gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.33k stars 461 forks source link

Fails to Install via NPM #202

Closed lloy0076 closed 8 years ago

lloy0076 commented 8 years ago
[lloy0076@localhost grid]$ npm install /home/lloy0076/restangular/
npm WARN unmet dependency /home/lloy0076/Documents/Programming/grid/node_modules/ng-storage/node_modules/karma/node_modules/http-proxy requires colors@'0.x.x' but will load
npm WARN unmet dependency /home/lloy0076/Documents/Programming/grid/node_modules/ng-storage/node_modules/karma/node_modules/colors,
npm WARN unmet dependency which is version 0.6.0-1
npm ERR! Linux 3.10.0-327.4.5.el7.x86_64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "/home/lloy0076/restangular/"
npm ERR! node v4.3.2
npm ERR! npm  v2.14.12
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package karma@0.10.10 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer karma-html2js-preprocessor@0.1.0 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-jasmine@0.1.6 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-mocha@0.1.10 wants karma@>=0.12.8
npm ERR! peerinvalid Peer karma-requirejs@0.2.5 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-script-launcher@0.1.0 wants karma@>=0.9
npm ERR! peerinvalid Peer grunt-karma@0.7.3 wants karma@~0.12.0
npm ERR! peerinvalid Peer karma-coffee-preprocessor@0.1.3 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-phantomjs-launcher@0.1.4 wants karma@>=0.9

npm ERR! Please include the following file with any support request:
npm ERR!     /home/lloy0076/Documents/Programming/grid/npm-debug.log

Why is karma even a dependency for deployment? AFAICT isn't Karma a unit testing framework?