-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
EPEERINVALID during npm install (Quick start guide) #501
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
Comments
same problem here: |
👍 |
if yu update to npm 3 via |
@gdi2290 Thanks for the info. I upgraded to npm 3 (v3.8.7) via I would suggest to either update the guide, so people will know, that they need npm version >= 3 or update the dependencies in |
Still getting this issue MITESH@MITESH-THINK MINGW32 ~/Desktop/development/angular-quickstart MITESH@MITESH-THINK MINGW32 ~/Desktop/development/angular-quickstart npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! Please include the following file with any support request: |
npm ERR! Darwin 15.6.0 npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! Please include the following file with any support request: This error has occurred several time on my mac os Amazing it work |
Wow, this helped me out so much clearifying signalr and combining it with Angular 2. Awesome post!! Thank you for this |
[x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
bug
When I run
npm install
on a fresh git clone, I get the following peerDependencies error.Follow the Quick start guide from
README.md
. The error will show up in the console after callingnpm install
.No EPEERINVALID error message.
Getting started process shouldn't lead to errors.
Windows 8.1
node v4.4.2
npm v2.15.0
I seem to have fixed it by switching from
"rxjs": "5.0.0-beta.4"
to"rxjs": "5.0.0-beta.2"
.The text was updated successfully, but these errors were encountered: