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

Cannot setup package #385

Closed
Kinnza opened this issue May 25, 2016 · 8 comments
Closed

Cannot setup package #385

Kinnza opened this issue May 25, 2016 · 8 comments

Comments

@Kinnza
Copy link

Kinnza commented May 25, 2016

npm install fails because of webpack version

npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.4.0
npm ERR! npm  v2.14.20
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package webpack@2.1.0-beta.7 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer babel-loader@6.2.4 wants webpack@1 || ^2.1.0-beta
npm ERR! peerinvalid Peer extract-text-webpack-plugin@1.0.1 wants webpack@^1.9.11
npm ERR! peerinvalid Peer karma-webpack@1.7.0 wants webpack@^1.4.0
npm ERR! peerinvalid Peer offline-plugin@3.2.1 wants webpack@>=1.0.0
npm ERR! peerinvalid Peer webpack-dev-middleware@1.6.1 wants webpack@1 || ^2.1.0-beta
@rog
Copy link
Contributor

rog commented May 25, 2016

you need at least node >= 5

@mxstbr
Copy link
Member

mxstbr commented May 25, 2016

Yeah, this is fixed by an upgrade to npm@>=3.

Sadly, this is out of our hands and in the hands of package authors, there's nothing we can do here! Sorry!

@mxstbr mxstbr closed this as completed May 25, 2016
@Kinnza
Copy link
Author

Kinnza commented May 25, 2016

Ok thanks. So upgrading npm to 3 should fix it? i'll try :)

@mxstbr
Copy link
Member

mxstbr commented May 25, 2016

Yeah, that's hopefully going to fix that! Let us know how it goes!

@Kinnza
Copy link
Author

Kinnza commented May 25, 2016

Ok now the setup passed. Do i have to have node 5?

@mxstbr
Copy link
Member

mxstbr commented May 25, 2016

Well, you have to have npm@>=3. If you can figure out how to use that with node@<5, that's absolutely fine!

@Kinnza
Copy link
Author

Kinnza commented May 25, 2016

👍

@lock
Copy link

lock bot commented May 30, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants