-
-
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
Not working after update #10495
Comments
I've been encountering this as well today! Works on 14.15.4 but not 15.8. |
While not super sensible, these are the two different fixes we quickly discovered in the middle of teaching a react lesson in an SE bootcamp today (if
|
Super helpful. Thanks @TaylorDarneille! |
@TaylorDarneille Amazing, thanks! |
Confirming that option 1 oddly worked for me, too! |
I still don't want to install Steps to reproduce
(same error as mentioned above) |
Just had this happen to me again with 4.0.3 update, and this time cleaning npm cache did not fix it. I needed to run |
I was having this problem and solved it by deleting my root user's node_modules. This allowed me to do a fresh install with create-react-app, might be worth a try |
Hi, I get this error whenever I run the command
$ npx create-react-app new-app
in my terminal, and I follow the instructions to uninstall vianpm uninstall -g create-react-app
and then try to make a new react app but it simply keeps giving me the same error.Is this happening for anyone else??
The text was updated successfully, but these errors were encountered: