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 fails when latest React 0.14.0 is already installed. #1837

Closed
lawrence-yu opened this issue Oct 7, 2015 · 2 comments
Closed
Labels
core Infrastructure work going on behind the scenes

Comments

@lawrence-yu
Copy link

After installing latest React package 0.14.0, trying install the latest material-ui (as of this post 0.12.3), the material-ui package install fails.

npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer material-ui@0.12.3 wants react@~0.13
npm ERR! peerinvalid Peer react-tap-event-plugin@0.1.8 wants react@^0.14.0-0 || ~0.13.x || ~0.12.x

@lawrence-yu
Copy link
Author

Actually, appears to be a duplicate (or at least covered by) #1712. Closing.

@shaurya947
Copy link
Contributor

@lawrence-yu React 0.14 was released yesterday and our dependency used to be >=0.13. However, there were still some compat issues with supporting React 0.14.

So we uploaded a temporary fix version (0.12.3) that changes this dependency to ~0.13 -- until we fix the issues with React 0.14 support.

That means that you need React 0.13.x to use the latest release of Material-UI (as of this post)

@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 25, 2022
@zannager zannager added core Infrastructure work going on behind the scenes and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

No branches or pull requests

4 participants