fbaiodias / ipfs-chrome-station

:dizzy: Chrome extension that let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats
https://chrome.google.com/webstore/detail/ipfs-station/kckhgoigikkadogfdiojcblegfhdnjei
MIT License
55 stars 16 forks source link

react@0.14.2 does not satisfy its siblings' peerDependencies #1

Closed ghost closed 8 years ago

ghost commented 8 years ago
$ npm install
npm WARN peerDependencies The peer dependency react@^0.13 || 0.14.0-beta1 included from react-file-drop will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN optional dep failed, continuing fsevents@1.0.5
npm WARN optional dep failed, continuing fsevents@1.0.5

[snip]

npm ERR! Linux 3.19.0-34-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.2.2
npm ERR! npm  v2.14.7
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package react@0.14.2 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-addons-css-transition-group@0.14.2 wants react@^0.14.2
npm ERR! peerinvalid Peer react-dom@0.14.2 wants react@^0.14.2
npm ERR! peerinvalid Peer react-file-drop@0.1.6 wants react@^0.13 || 0.14.0-beta1
npm ERR! peerinvalid Peer react-widgets@3.1.0 wants react@^0.14.0
npm ERR! peerinvalid Peer redbox-react@1.1.1 wants react@>=0.13.2 || ^0.14.0-rc1
fbaiodias commented 8 years ago

Hey @lgierth!

This was pretty much hacked together and still needs some cleanup which I hope to do tomorrow :)

Can you try again with the latest commit?

Also, if it still doesn't work, can you please try with npm 3?

Thanks

ghost commented 8 years ago

Thank you, that worked! Cool work :)