-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
installation ends abruptly with notice to update Node #9614
Comments
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
I had similar issues with snap node but was able to get past it by defining node version with
Still would not allow me to set
|
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Describe the bug
I installed node with "snap" for ubuntu.
npx create-react-app
fails claiming I need to update my node versionThis is most likely coming from the following check. you might be able to get semver to coerce the string first, and then perform the check
Which terms did you search for in User Guide?
both "npx" and "You are running Node"
Environment
I don't know why node, yarn, npm show as not found. but
Steps to reproduce
Expected behavior
for it to not fail
Actual behavior
it is failing
The text was updated successfully, but these errors were encountered: