yarn create react-app fails due to node version incompatibilities #12007
Unanswered
JamesAlexanderHill
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using nvm to allow multiple installations of node on my windows machine.
When using
yarn create react-app
I get an error saying${dependency}: The engine "node" is incompatible with this module. Expected version ${versions that should work}
However, I have tried multiple feature and patch versions in v10, v14, v16 and they all give the above error but with a different dependency.
Any ideas? or does someone have a version that works for them that I can just use?
Beta Was this translation helpful? Give feedback.
All reactions