react-form-builder
react-form-builder copied to clipboard
npm install fails with `The package react does not satisfy its siblings' peerDependencies requirements!`
npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants react@>=0.13.3
npm ERR! peerinvalid Peer [email protected] wants react@>=0.13.3
npm ERR! peerinvalid Peer [email protected] wants react@>= 0.13.0 || ^0.14.0-alpha
npm ERR! peerinvalid Peer [email protected] wants react@>=0.12.2 <0.15.0
npm ERR! peerinvalid Peer [email protected] wants react@>=0.13.3
npm ERR! System Darwin 14.5.0
npm ERR! command "node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/blairanderson/Documents/dev/form-builder
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/blairanderson/Documents/dev/form-builder/npm-debug.log
npm ERR! not ok code 0
+1!
Same for me, seems it because npm 1.x or 2.x, on npm 3.x it's fine
has any one been able to figure this out. Or any recommendations thanks
Can people try this again with the lastest? Also, looks like the node version quite old (v0.10.28). Does it help to upgrade?