ezequiel/react-typeahead-component

npm install failing (using react v15)

ImranAhmed opened this issue · 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 react@15.0.1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer instatype@1.0.6 wants react@>=0.12.0
npm ERR! peerinvalid Peer react-dom@15.0.1 wants react@^15.0.1
npm ERR! peerinvalid Peer react-typeahead-component@0.9.0 wants react@>=0.13.1 <1.0.0
npm ERR! peerinvalid Peer react-typeahead-mouseover@0.0.5 wants react@>= 0.13.0
npm ERR! peerinvalid Peer react-redux@4.4.5 wants react@^0.14.0 || ^15.0.0-0

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.