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

NPM install error #11

Open
superphil0 opened this issue Apr 29, 2016 · 1 comment
Open

NPM install error #11

superphil0 opened this issue Apr 29, 2016 · 1 comment

Comments

@superphil0
Copy link

running
git clone https://github.com/rewonc/pastalog
cd pastalog
npm install
yields this on GNU/Linux

testing binary.
Binary is fine; exiting.
npm http GET https://registry.npmjs.org/core-js
npm http 304 https://registry.npmjs.org/core-js
npm ERR! peerinvalid The package webpack does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants webpack@1 || ^2.1.0-beta
npm ERR! peerinvalid Peer [email protected] wants webpack@^1.12.6

npm ERR! System Linux 4.2.6-300.fc23.x86_64
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /media/p******/pastalog
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.3.6
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /media/p**
****/pastalog/npm-debug.log
npm ERR! not ok code 0

@fvisin
Copy link

fvisin commented Jul 14, 2016

This probably is not the only problem, but it looks like your node version is too old:

npm ERR! node -v v0.10.36

Make sure to install a version greater than 5.

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