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 eslint-config-standard-jsx@4.0.2 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: fsevents@1.1.3 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: 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 esling-plugin-react@6.10.3
npm ERR! code E404
npm ERR! 404 Not Found: esling-plugin-react@6.10.3

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 eslint-plugin-react@6.10.3
npm WARN eslint-plugin-react@6.10.3 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: fsevents@1.1.3 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ eslint-plugin-react@6.10.3
added 129 packages in 59.481s

C:\Users\Owner\Documents\GitHub\js-ipfsd-ctl>npm  i eslint@3.0.0
npm WARN eslint-config-aegir@1.0.1 requires a peer of eslint@^4.1.1 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-standard@10.2.1 requires a peer of eslint@>=3.19.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-standard-jsx@4.0.2 requires a peer of eslint@>=3.19.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-node@5.2.1 requires a peer of eslint@>=3.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-standard@3.0.1 requires a peer of eslint@>=3.19.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ eslint@3.0.0
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 eslint@4.1.1 but eslint-plugin-react wants eslink@3.0.0

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