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 throws dependency error #246

Closed
poliander opened this issue Dec 12, 2017 · 1 comment
Closed

npm install throws dependency error #246

poliander opened this issue Dec 12, 2017 · 1 comment

Comments

@poliander
Copy link

poliander commented Dec 12, 2017

"npm install" (as stated in the README) results in...

npm ERR! peerinvalid The package sinon does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer karma-sinon@1.0.5 wants sinon@*
npm ERR! peerinvalid Peer karma-sinon-chai@1.3.3 wants sinon@^2.1.0 || ^3.0.0 || ^4.0.0
npm ERR! peerinvalid Peer sinon-chai@2.14.0 wants sinon@^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0

npm ERR! System Linux 4.13.0-1-amd64
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /home/rene/src/scanner/build/node_modules/quagga
npm ERR! node -v v6.12.0
npm ERR! npm -v 1.4.21
npm ERR! code EPEERINVALID
@poliander
Copy link
Author

poliander commented Dec 20, 2017

@serratus I have fixed this by updating quaggaJS package.json dependency so sinon@^2.1.0

@poliander poliander changed the title npm install throws dependency errors npm install throws dependency error Dec 21, 2017
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

1 participant