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 fails with EPEERINVALID #42

Closed
andycaramba opened this issue Dec 14, 2014 · 2 comments
Closed

Npm install fails with EPEERINVALID #42

andycaramba opened this issue Dec 14, 2014 · 2 comments

Comments

@andycaramba
Copy link

npm install breaks error

npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/Users/andrey/.nvm/v0.10.32/bin/npm" "install"
npm ERR! node v0.10.32
npm ERR! npm  v2.1.12
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package less does not satisfy its siblings' peerDependencies requirements!

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/andrey/Projects/react/test/npm-debug.log

more detailed log

72 info install react-starter-kit@0.0.0
73 info postinstall react-starter-kit@0.0.0
74 info prepublish react-starter-kit@0.0.0
75 verbose stack Error: The package less does not satisfy its siblings' peerDependencies requirements!
75 verbose stack     at /Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/lib/install.js:103:32
75 verbose stack     at /Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/lib/install.js:225:5
75 verbose stack     at /Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/node_modules/read-installed/read-installed.js:138:5
75 verbose stack     at /Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/node_modules/read-installed/read-installed.js:251:14
75 verbose stack     at cb (/Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
75 verbose stack     at /Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/node_modules/read-installed/read-installed.js:251:14
75 verbose stack     at cb (/Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
75 verbose stack     at /Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/node_modules/read-installed/read-installed.js:251:14
75 verbose stack     at cb (/Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
75 verbose stack     at /Users/andrey/.nvm/v0.10.32/lib/node_modules/npm/node_modules/read-installed/read-installed.js:251:14
76 verbose cwd /Users/andrey/Projects/react/test
77 error Darwin 14.0.0
78 error argv "node" "/Users/andrey/.nvm/v0.10.32/bin/npm" "install"
79 error node v0.10.32
80 error npm  v2.1.12
81 error code EPEERINVALID
82 error peerinvalid The package less does not satisfy its siblings' peerDependencies requirements!
83 verbose exit [ 1, true ]
@andycaramba
Copy link
Author

Hmm, but it seems that in spite of this error, all modules have been properly installed and everything works fine

@dmnd
Copy link

dmnd commented Dec 14, 2014

This is due to webpack-contrib/less-loader#22

koistya added a commit that referenced this issue Dec 23, 2014
Updated less-loader dependency to 2.0.0 – fixes #42
vishwanatharondekar added a commit to vishwanatharondekar/react-starter-kit that referenced this issue Oct 16, 2015
vishwanatharondekar added a commit to vishwanatharondekar/react-starter-kit that referenced this issue Oct 16, 2015
Updated less-loader dependency to 2.0.0 – fixes kriasoft#42
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