-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Using npx create-react-app causes vulnerabilities, Why? #11109
Comments
See #11092 |
Thank you @pierre-H <3 |
This is becoming a big issue and there's been no communication from the team on this. |
react-scripts is the problem-maker |
Is there a way for us to update these dependencies ourselves without having to wait for |
These warnings are false positives. There are no actual vulnerabilities affecting your app here. To fix That will remove the false positive warnings. I agree with the point in #11102 and will make this change so that new projects don't keep having these false positive warnings. If you want to discuss this, please comment in #11102. |
Please see #11174. |
Hi, I am learning react and when I use whats called new method ( npx install -g create-react-app (then name of app))
instead of using (npm install -g create-react-app).
I was following a website that said to stop using it one way and to start using the npx version way.
I uninstalled react by using ( npm uninstall -g create-react-app ) then I used ( npx install -g create-react-app (then name of app))
I get an ERR message saying I have vulnerabilities. As shown in the picture below.
I am using NODE v16.3.0, npm v7.16.0
I was following THIS page....
.
And THIS is the ERR I got back when following the website.....
.
.
Thanks for reading :)
The text was updated successfully, but these errors were encountered: