react-typeahead-component icon indicating copy to clipboard operation
react-typeahead-component copied to clipboard

npm install failing (using react v15)

Open ImranAhmed opened this issue 8 years ago • 1 comments

Hi,

Any plans on updating this to use latest version of react (v15)?

I am getting the following error when I try to install this.

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "react-typeahead-component"
npm ERR! node v4.2.2
npm ERR! npm  v2.14.7
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants react@>=0.12.0
npm ERR! peerinvalid Peer [email protected] wants react@^15.0.1
npm ERR! peerinvalid Peer [email protected] wants react@>=0.13.1 <1.0.0
npm ERR! peerinvalid Peer [email protected] wants react@>= 0.13.0
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0 || ^15.0.0-0

ImranAhmed avatar Apr 28 '16 15:04 ImranAhmed

This project is specifying a dependency on React with an upper bound of 1.0.0 , ReactJS went from 0.14.8 to 15.0.0 which causes this issue. I know you guys are not actively developing this project anymore, but please just update the upper bound for React in your peerDependencies.

robertoronderosjr avatar Apr 28 '16 16:04 robertoronderosjr