0

i started a react project for training and after downloading nodejs v18, i type npm init -y and everything seems to be ok. Then i installed react and other dependencies as following: dependencies but vscode shell shows this message:"76 vulnerabilities (12 low, 20 moderate, 40 high, 4 critical)"

What's going wrong?

thx in advance

i tried npm audit fix, npm audit fix --force but doesn't solve the problem

1 Answers1

0

npm introduced new functionality in npm to warn users about vulnerabilities in the packages they're installing

you can found the detailed description below link Link