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
Hi!
I just come to a project that uses local dependencies: "e2-scripts-utils": "file:../../lib/utils", when running next-update, it fails with the following error:
The project works, but next-update tries to install it again (run npm i), at some point it returns this error:
cannot find file /Users/montogeek/project/node_modules/e2-scripts-utils/package.json
ERROR: cannot find module e2-scripts-utils
ERROR testing next working updates
Error: Current installation is incomplete. Please run `npm install` or `bower install` first
at /Users/montogeek/.nvm/versions/node/v7.7.4/lib/node_modules/next-update/src/next-update.js:51:20
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickCallback (internal/process/next_tick.js:104:9)
From previous event:
at checkCurrentInstall (/Users/montogeek/.nvm/versions/node/v7.7.4/lib/node_modules/next-update/src/next-update.js:69:10)
at Object.<anonymous> (/Users/montogeek/.nvm/versions/node/v7.7.4/lib/node_modules/next-update/bin/next-update.js:91:3)
at run (bootstrap_node.js:427:7)
at startup (bootstrap_node.js:148:9)
at bootstrap_node.js:542:3
Hi!
I just come to a project that uses local dependencies:
"e2-scripts-utils": "file:../../lib/utils"
, when runningnext-update
, it fails with the following error:Looks like it does not support local dependencies, is there a way to ignore them or something?
Thanks!
The text was updated successfully, but these errors were encountered: