Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install failing (using react v15) #35

Open
ImranAhmed opened this issue Apr 28, 2016 · 1 comment
Open

npm install failing (using react v15) #35

ImranAhmed opened this issue Apr 28, 2016 · 1 comment

Comments

@ImranAhmed
Copy link

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
@robertoronderosjr
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants