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
  • 16,123
  • 4
  • 41
  • 70

3 Answers3

0

try running below command

npm audit fix 
upog
  • 4,565
  • 7
  • 35
  • 70
0

try npm audit to review the vulnerabilities

npm audit

sanjay kumar
  • 51
  • 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,684
  • 8
  • 14