-
-
Notifications
You must be signed in to change notification settings - Fork 27k
"found 1 low severity vulnerability" warning while creating React App using "npx create-react-app" command. #9367
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
Comments
I have the same problem.
|
Is there a schedule for the next release, or a list of items you want done before it that we could keep track of? |
The security vulnerability is from It seems we are expected to wait for version 4.0 for this issue to be resolved. In my opinion, there should be a version 3.4.2 patch release that fixes the issue, since expecting people to upgrade to a new major version is not really a solution. I am happy to do the necessary PR and related steps if someone can point me in the right direction... |
Would love some insight on whether we are expected to wait for |
I have the same problem if you fixed then please help me. |
cc @vigomesbr |
Please see my reply in #9033 (comment). There was no actual vulnerability here but we released |
Thanks for following up and taking care of the warning! |
Describe the bug
While creating React-App using npx create-react-app command this warning comes:
Did you try recovering your dependencies?
Tried:
npm install -g npm@latest
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
Steps to reproduce
Expected behavior
To create a React App without any low severity vulnerability
Actual behavior
found 1 low severity vulnerability
run
npm audit fix
to fix them, ornpm audit
for detailsReproducible demo
npx create-react-app
The text was updated successfully, but these errors were encountered: