andreypopp / reactify

[DEPRECATED] Browserify transform for JSX (superset of JavaScript used in React library by Facebook)
MIT License
690 stars 68 forks source link

npm install fails due to grunt peerDependencies #35

Closed aranw closed 9 years ago

aranw commented 9 years ago

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!

andreypopp commented 9 years ago

That doesn't relate to reactify at all.

aranw commented 9 years ago

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

andreypopp commented 9 years ago

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

aranw commented 9 years ago

Oh ok, thanks anyways