When I created a new project using React.js I found 1 vulnerability required manual review and could not be updated:
Asked
Active
Viewed 2,600 times
1
-
Did you see https://stackoverflow.com/questions/51377148/how-to-fix-npm-vulnerabilities-manually – rotimi-best May 04 '20 at 07:19
3 Answers
0
try running below command
npm audit fix

upog
- 4,965
- 8
- 42
- 81
-
I have already used this command after that it is showing. https://i.stack.imgur.com/gbtXf.jpg – manoj sahni May 04 '20 at 09:34
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

PRAKHAR MISHRA
- 1
- 1