Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPEERINVALID Error while doing npm install #13

Closed
manishsingh10895 opened this issue Sep 4, 2016 · 1 comment
Closed

EPEERINVALID Error while doing npm install #13

manishsingh10895 opened this issue Sep 4, 2016 · 1 comment

Comments

@manishsingh10895
Copy link

I'm working on a new installation of Ubuntu 14.04, node version 4.5.0, npm version 2.15.9.

I cloned this project and I'm Getting this error

`npm ERR! Linux 4.2.0-27-generic
npm ERR! argv "/home/manish/.nvm/versions/node/v4.5.0/bin/node" "/home/manish/.nvm/versions/node/v4.5.0/bin/npm" "install"
npm ERR! node v4.5.0
npm ERR! npm v2.15.9
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package @angular/core@2.0.0-rc.5 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer @angular/common@2.0.0-rc.5 wants @angular/core@^2.0.0-rc.5
npm ERR! peerinvalid Peer @angular/compiler@2.0.0-rc.5 wants @angular/core@^2.0.0-rc.5
npm ERR! peerinvalid Peer @angular/forms@0.3.0 wants @angular/core@^2.0.0-rc.5
npm ERR! peerinvalid Peer @angular/http@2.0.0-rc.5 wants @angular/core@^2.0.0-rc.5
npm ERR! peerinvalid Peer @angular/platform-browser@2.0.0-rc.5 wants @angular/core@^2.0.0-rc.5
npm ERR! peerinvalid Peer @angular/platform-browser-dynamic@2.0.0-rc.5 wants @angular/core@^2.0.0-rc.5
npm ERR! peerinvalid Peer @angular/router@3.0.0-rc.1 wants @angular/core@^2.0.0-rc.5
npm ERR! peerinvalid Peer @angular2-material/core@2.0.0-alpha.7 wants @angular/core@^2.0.0-rc.5
npm ERR! peerinvalid Peer angular2-jwt@0.1.21 wants @angular/core@^2.0.0-rc.6

npm ERR! Please include the following file with any support request:
npm ERR! /home/manish/Documents/Angular/NgPlay/npm-debug.log
`

Is this a problem with npm version, or something else ?

@ajtowf
Copy link
Owner

ajtowf commented Sep 5, 2016

Update npm to v3+

@ajtowf ajtowf closed this as completed Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants