-
-
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
Error on creating a react app #12423
Comments
It looks like a problem with npm itself. Try following instructions from this comment. |
I tried this, but didn't work for me. |
Have you tried changing NodeJS version? |
Hi JRoman2018 , |
I tried cleaning the node/npm cache. But still didn't work. |
I did the same action and have received the same issue as mentioned before, do not close this issue as this is clearly related to 'facebook/create-react-app' side of the issue. Version of 'node' via 'NVM' being used:
Related output that matches @JRoman2018 's output:
Related output in '/Users/samuelbanya/.npm/_logs/2022-10-25T23_50_46_959Z-debug.log':
|
Update on this one, this command fixed my issue, aka I upgraded my 'nvm' to use the latest 'lts' release via the following command:
Now I am able to use the 'npx create-react-app client --use-npm' command without an issue. With this in mind, this issue is isolated to 'node' version 16.14.2 on MacOS. |
The text was updated successfully, but these errors were encountered: