I am an absolute beginner in React N/JS. I have been learning from several videos and tried creating an app using the npx create-react-app *app name*
. I made the same app before which was running fine, but I started over with the same app after a couple of months and the terminal showed 58 vulnerabilities (16 moderate, 40 high, 2 critical).
At first, I fixed it by running the command npm i --package-lock-only
. but then something happened and i had to reinstall VS Code, after which the vulnerabilities reappeared and now neither npm audit fix
or npm audit fix --force
, nor npm i --package-lock-only
is working.
As you can tell my technical terminologies are really weak, but I really hope I am making sense. Would really appreciate it if anyone could suggest me a solution!