-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
React app not being able to install #11991
Comments
Have you tried updating node? and your package manager. Which one are you using? Also the OS. |
I am also unable to create a new react app.
I don't have any global install of
I am using Node version 16.13.1 installed with |
Uninstall the create-react-app using "npm uninstall -g create-react-app" and again reinstall it using "npm install -g create-react-app". This problem I just faced today. |
@buchi-code @tonai I also faced the same problem and using |
Thanks @thanhpd your solution works. |
Why would we have to do |
Possible duplicate of #12022. |
I'm having similar issues.
using a versioned create-react-app doesn't always work. |
am having issue's with creating my react app
The text was updated successfully, but these errors were encountered: