1

Right now npm audit shows

88 vulnerabilities (82 moderate, 6 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

I have tried npm audit fix --force, the number of vulnerabilities comes down to 40. When I try to run the application it fails. I have tried deleting node_modules folder and package-lock.json then running npm install but that does not fix it.

picture of the audit problem

How can I resolve this issue?

jonrsharpe
  • 107,083
  • 22
  • 201
  • 376
Sog t
  • 115
  • 6

0 Answers0