-
-
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
Can not create new react-app #11620
Comments
npx create-react-app projectname --use-npm try |
does not work either, same error |
updated initial post with log file end. this looks suspicious:
|
Having the same issue. Windows 10 10.0.19042.0
|
See veged/coa#99 |
I would say this issue is CRITICAL then, no? |
I afraid so! |
Please do not attempt to run the |
According to veged/coa#99 , you have to install COA 2.0.2
However I did that, and I see in the still remaining error that COA 2.1.3 is used. WHY? How can we force create-react-app to use COA 2.1.3 ? |
Is it possible to use "create-react-app" for a new app without directly installing the dependencies? |
Should I be concerned if I was trying to run this all morning? |
I also have this same Issue |
I have added this to my package.json and it now works! Obviously the malicious COA version has also been removed by the NPM team now... maybe it works anyways again now.
By adding this, it forces the whole build to use version 2.0.2, regardless the config of the create-react-app |
I have faced this problem and tried lots of possible solution to finally recognize is just because my slow wifi |
your npm origin maybe not taobao.org,please try set taobao.org |
macOS 10.14.6
npm version = 8.1.2
node version = 16.13.0 (I also tried 14.4.0, same error)
Output:
And in the log file I see this (this time with v14.4.0):
The text was updated successfully, but these errors were encountered: