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

peerinvalid cannot satisfy peerDependencies #29

Closed
natew opened this issue Aug 13, 2014 · 2 comments
Closed

peerinvalid cannot satisfy peerDependencies #29

natew opened this issue Aug 13, 2014 · 2 comments

Comments

@natew
Copy link

natew commented Aug 13, 2014

Have another packages with different peerDependencies on react but it should work with this, I believe. I'm getting this error:

npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer reactor-router@0.2.4 wants react@0.10.0 - 0.11.x
npm ERR! peerinvalid Peer react-async@1.0.1 wants react@~0.11.0

As you can see they should overlap at 0.11.0, but npm complains. I don't see very much documentation on this, any ideas?

@natew
Copy link
Author

natew commented Aug 13, 2014

Interestingly enough, when I change them to be the same I get the same result:

npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer reactor-router@0.2.5 wants react@~0.11.0
npm ERR! peerinvalid Peer react-async@1.0.1 wants react@~0.11.0

@natew
Copy link
Author

natew commented Aug 13, 2014

Ah, wow. Been a little while since using node. Need to update React ;)

@natew natew closed this as completed Aug 13, 2014
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

1 participant