Skip to content

NPM install is failing on peer dependencies #177

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

Closed
richardschneider opened this issue Nov 25, 2017 · 1 comment
Closed

NPM install is failing on peer dependencies #177

richardschneider opened this issue Nov 25, 2017 · 1 comment

Comments

@richardschneider
Copy link
Contributor

C:\Users\Owner\Documents\GitHub\js-ipfsd-ctl>npm i
npm WARN [email protected] requires a peer of eslint-plugin-react@>=6.10.3 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

added 121 packages, removed 7 packages and updated 27 packages in 146.092s

C:\Users\Owner\Documents\GitHub\js-ipfsd-ctl>npm i [email protected]
npm ERR! code E404
npm ERR! 404 Not Found: [email protected]

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Owner\AppData\Roaming\npm-cache\_logs\2017-11-25T04_28_07_852Z-debug.log

C:\Users\Owner\Documents\GitHub\js-ipfsd-ctl>npm i [email protected]
npm WARN [email protected] requires a peer of eslint@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ [email protected]
added 129 packages in 59.481s

C:\Users\Owner\Documents\GitHub\js-ipfsd-ctl>npm  i [email protected]
npm WARN [email protected] requires a peer of eslint@^4.1.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of eslint@>=3.19.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of eslint@>=3.19.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of eslint@>=3.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of eslint@>=3.19.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ [email protected]
added 152 packages, removed 3 packages, updated 15 packages and moved 8 packages in 61.669s
``
@richardschneider
Copy link
Contributor Author

So as you can see, I started installing the peer dependencies by hand. But failed when aegir want [email protected] but eslint-plugin-react wants [email protected]

Can someone fix this, so that I can do I simple of js-ipfsd-ctl and it works!

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