1

When I created a new project using React.js I found 1 vulnerability required manual review and could not be updated:

CMD console with vulnerability

Danziger
  • 19,628
  • 4
  • 53
  • 83
manoj sahni
  • 35
  • 1
  • 7

3 Answers3

0

try running below command

npm audit fix 
upog
  • 4,965
  • 8
  • 42
  • 81
0

try npm audit to review the vulnerabilities

npm audit

sanjay kumar
  • 81
  • 1
  • 7
0

Run npm audit to get the details. It will give you link where you can look for some solution. This is how I solved an error similar to yours.

Ank
  • 1,704
  • 9
  • 14