question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when npm install the project

See original GitHub issue

I got this error when I ran npm install

157 error Windows_NT 10.0.10586 158 error argv “C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js” “install” 159 error node v4.4.5 160 error npm v2.15.5 161 error code EPEERINVALID 162 error peerinvalid The package @angular/core@2.0.0-rc.2 does not satisfy its siblings’ peerDependencies requirements! 162 error peerinvalid Peer @angular/common@2.0.0-rc.2 wants @angular/core@2.0.0-rc.2 162 error peerinvalid Peer @angular/compiler@2.0.0-rc.2 wants @angular/core@2.0.0-rc.2 162 error peerinvalid Peer @angular/http@2.0.0-rc.2 wants @angular/core@2.0.0-rc.2 162 error peerinvalid Peer @angular/platform-browser@2.0.0-rc.2 wants @angular/core@2.0.0-rc.2 162 error peerinvalid Peer @angular/platform-browser-dynamic@2.0.0-rc.2 wants @angular/core@2.0.0-rc.2 162 error peerinvalid Peer @angular/router@2.0.0-rc.2 wants @angular/core@^2.0.0-rc 162 error peerinvalid Peer @angular/router-deprecated@2.0.0-rc.2 wants @angular/core@^2.0.0-rc 162 error peerinvalid Peer @angular/upgrade@2.0.0-rc.2 wants @angular/core@2.0.0-rc.2 162 error peerinvalid Peer angular2-in-memory-web-api@0.0.11 wants @angular/core@2.0.0-rc.1 163 verbose exit [ 1, true ]

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:19 (7 by maintainers)

github_iconTop GitHub Comments

31reactions
Timzcommented, Jun 17, 2016

update npm: npm install npm -g

2reactions
herlon214commented, Sep 16, 2016

Update npm (npm install npm -g) solved for me!

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm install error from the terminal - Stack Overflow
Running just "npm install" will look for dependencies listed in your package.json. The error you're getting says that you don't have a ...
Read more >
Common errors | npm Docs
Possible temporary npm registry glitch, or corrupted local server cache. Run npm cache clean and/or try again later. · This can be caused...
Read more >
NPM install error - Material Design for Bootstrap
Trying to install MDB pro 4.19.2 just downloaded and ran npm install but getting this error of sha512 not matching. Can someone tell...
Read more >
How to solve npm ERR! code 1 when running npm install
Fix npm error code 1 by updating your dependencies · Update one package version in package.json file · Then run npm install ·...
Read more >
cannot find module [Node npm Error Solved] - freeCodeCamp
How to Fix the "cannot find module" Error · delete the node modules folder by running rm -rf node_modules · delete package.lock.json file...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found