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 [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
``
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 [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!
The text was updated successfully, but these errors were encountered: