Skip to content
Discussion options

You must be logged in to vote

This is NPM >=7 being pedantic about preview versions which break SemVer ranges like you specified in your package.json. I would either install the latest or correct Expo version within that range (use ^ to pin to major or ~ to minor). NPM is installing .0-preview which doesn't conform to the usual SemVer range. You can bypass this with --legacy-peer-deps if you are sure this is correct.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joshon
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