I have installed nodejs in my computer. I tried to install react using this command.
npx create-react-app my-app
But I got this
found 27 vulnerabilities (8 moderate, 18 high, 1 critical)
run npm audit fix
to fix them, or npm audit
for details
I have run the command npm audit fix,but it still having this.
http://localhost:3000/ is working fine after run npm start.
can someone help me with this.
CodePudding user response:
Inspect the packages that are marked as vulnerable and go through them one by one and re-add them to get the latest..
e.g. yarn add [package-name]
Your application should still work however
CodePudding user response:
I recommend you to read this npm audit fix