-
Notifications
You must be signed in to change notification settings - Fork 50
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 with problem with karma perrdependencies #9
Comments
I have this errors on Centos 7 64bit [UltraNumb@localhost adminjs-master]$ npm install npm ERR! System Linux 3.10.0-123.el7.x86_64 // D:\Downloads\Installations\adminjs-master>npm install npm ERR! System Windows_NT 6.2.9200
D:\Downloads\Installations\adminjs-master\node_modules\grunt-emblem\node_modules |
A quick and dirty work-around is to strip-out the karma dependencies from the package.json file. Tests will not run but you can run the app. "devDependencies": { |
I am try to install the adminjs in my mac. The error appear after I run: $npm install
5048 info postinstall [email protected]
5049 info prepublish [email protected]
5050 error peerinvalid The package karma does not satisfy its siblings' peerDependencies requirements!
5050 error peerinvalid Peer [email protected] wants karma@~0.9.4 || ~0.10
5050 error peerinvalid Peer [email protected] wants karma@~0.9
5050 error peerinvalid Peer [email protected] wants karma@>=0.9
5050 error peerinvalid Peer [email protected] wants karma@>=0.9
5050 error peerinvalid Peer [email protected] wants karma@~0.9
5050 error peerinvalid Peer [email protected] wants karma@>=0.9.3
5050 error peerinvalid Peer [email protected] wants karma@>=0.9
5050 error peerinvalid Peer [email protected] wants karma@>=0.9
5050 error peerinvalid Peer [email protected] wants karma@>=0.9
5050 error peerinvalid Peer [email protected] wants karma@>=0.9
5050 error peerinvalid Peer [email protected] wants karma@>=0.9
5050 error peerinvalid Peer [email protected] wants karma@>=0.11.14
5051 error System Darwin 13.2.0
5052 error command "/usr/local/Cellar/node/0.10.26/bin/node" "/usr/local/bin/npm" "install"
5053 error cwd /Users/saulo/source/gentleman/adminjs
5054 error node -v v0.10.26
5055 error npm -v 1.4.3
5056 error code EPEERINVALID
5057 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: