We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: