andreypopp/reactify

npm install fails due to grunt peerDependencies

aranw opened this issue · 4 comments

When trying to install reactify I get the following error.

npm install reactify

npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/Users/aran/.nvm/v0.10.32/bin/npm" "install" "reactify" "--save"
npm ERR! node v0.10.32
npm ERR! npm  v2.1.10
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package grunt does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer grunt-contrib-jshint@0.8.0 wants grunt@~0.4.0
npm ERR! peerinvalid Peer grunt-contrib-watch@0.5.3 wants grunt@~0.4.0
npm ERR! peerinvalid Peer grunt-compare-size@0.4.0 wants grunt@>= 0.4.0 < 0.5
npm ERR! peerinvalid Peer grunt-contrib-uglify@0.3.2 wants grunt@~0.4.0
npm ERR! peerinvalid Peer grunt-jscs-checker@0.4.1 wants grunt@~0.4.2

npm ERR! Please include the following file with any support request:

Also has lots and lots of unmet dependency warnings!

That doesn't relate to reactify at all.

It only seems to happy on install reactify though? I also don't have grunt as a dependency in my project?

Reactify doesn't depend on grunt at all. Probably one of your deps does.

Oh ok, thanks anyways