blackjk3 / react-form-builder

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
MIT License
648 stars 521 forks source link

npm install fails with `The package react does not satisfy its siblings' peerDependencies requirements!` #3

Open blairanderson opened 8 years ago

blairanderson commented 8 years ago

npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-select@0.5.6 wants react@>=0.13.3
npm ERR! peerinvalid Peer react-signature-pad@0.0.3 wants react@>=0.13.3
npm ERR! peerinvalid Peer react-textarea-autosize@2.5.4 wants react@>= 0.13.0 || ^0.14.0-alpha
npm ERR! peerinvalid Peer reflux@0.2.13 wants react@>=0.12.2 <0.15.0
npm ERR! peerinvalid Peer react-bootstrap-native-slider@1.0.3 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
youanden commented 8 years ago

+1!

amayun commented 8 years ago

Same for me, seems it because npm 1.x or 2.x, on npm 3.x it's fine

Philip-Nunoo commented 8 years ago

has any one been able to figure this out. Or any recommendations thanks

blackjk3 commented 7 years ago

Can people try this again with the lastest? Also, looks like the node version quite old (v0.10.28). Does it help to upgrade?