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

I can't install @0.6.3 #593

Closed
jovey-zheng opened this issue Nov 13, 2015 · 2 comments
Closed

I can't install @0.6.3 #593

jovey-zheng opened this issue Nov 13, 2015 · 2 comments

Comments

@jovey-zheng
Copy link

Using react#0.13.3 and node#0.12.7, the error info below:

npm ERR! node v0.12.7
npm ERR! npm  v2.11.3
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package react 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@>=0.12.0
npm ERR! peerinvalid Peer [email protected] wants react@^0.13.3
npm ERR! peerinvalid Peer [email protected] wants react@^0.13.0
npm ERR! peerinvalid Peer [email protected] wants react@>=0.13
npm ERR! peerinvalid Peer [email protected] wants react@>=0.13.3
npm ERR! peerinvalid Peer [email protected] wants [email protected]
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.2
npm ERR! peerinvalid Peer [email protected] wants react@>=0.13.3
npm ERR! peerinvalid Peer [email protected] wants react@>=0.13.2 || ^0.14.0-rc1

npm ERR! Please include the following file with any support request:

how can i fix it?

@cjhveal
Copy link

cjhveal commented Nov 21, 2015

I think you've got [email protected] installed which depend on a peer version of react@^0.14.2. Since you're using [email protected], it will complain about invalid peers. React 0.13.x included ReactDOM explicitly, so you can likely remove it and use the copy included with React.

@jossmac jossmac closed this as completed Mar 17, 2020
@jossmac
Copy link
Collaborator

jossmac commented Mar 17, 2020

Version 1 of react-select is no longer supported.

In the best interest of the community we've decided to spend the time we have available on the latest version.

We apologise for any inconvenience.

Please see:

  1. v1 to v2 upgrade guide
  2. v1 documentation and examples

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

3 participants