You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install the cypress 7.5 and cypress file upload 5.08.
when build the front end server, it keep come out the error.
$ npm ci --cache .npm --prefer-offline
npm ERR! code ETARGET
npm ERR! notarget No matching version found for npm@7.20.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
after i remove the cypress-file-upload, the build can be worked.
I need add any code to gitlab-ci.yml to let it build sucessful !
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I install the cypress 7.5 and cypress file upload 5.08.
when build the front end server, it keep come out the error.
$ npm ci --cache .npm --prefer-offline
npm ERR! code ETARGET
npm ERR! notarget No matching version found for npm@7.20.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
after i remove the cypress-file-upload, the build can be worked.
I need add any code to gitlab-ci.yml to let it build sucessful !
Beta Was this translation helpful? Give feedback.
All reactions