example-nx-fullstack icon indicating copy to clipboard operation
example-nx-fullstack copied to clipboard

broken dependency tree

Open crunchie84 opened this issue 5 years ago • 1 comments
trafficstars

❯ git clone [email protected]:nrwl/example-nx-fullstack.git ❯ cd example-nx-fullstack ❯ nvm current v10.17.0 ❯ npm i

expected result: all packages installed actual result:

error:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/event-stream/-/event-stream-3.3.6.tgz
npm ERR! 404
npm ERR! 404  '[email protected]' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'example-nx-fullstack'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

caused by: (package-lock.json) @nrwl/schematics -> npm-run-all -> ps-tree -> event-stream

Apparently [email protected] has been made unavailable, lateste 3.x release on npmjs is 3.3.5

crunchie84 avatar Jun 25 '20 13:06 crunchie84

Removing the package-lock.json will solve this issue, unsure of other side effects yet

crunchie84 avatar Jun 25 '20 13:06 crunchie84