You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
``
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: