Skip to content

Why does it not let me install this? #8806

Closed Answered by timdorr
SupertigerDev asked this question in Q&A
Discussion options

You must be logged in to vote

Your dependency on mobx-react-lite is causing the issue. It only supports React 16.8+ to 17.x. It appears you've got React 18 installed, which contradicts the mobx-react-lite requirement and that's causing a version restriction that then conflicts when you try to install something that supports React 18.

You likely have multiple versions of react in your tree, which you can find with npm ls react.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SupertigerDev
Comment options

Answer selected by SupertigerDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants