When I running "npm install" I get this Error message:
found 15369 vulnerabilities (15366 low, 3 high)
run `npm audit fix` to fix them, or `npm audit` for details
I tried to run "npm audit" and I get this error message:
found 15369 vulnerabilities (15366 low, 3 high) in 2153 scanned packages
run `npm audit fix` to fix 15366 of them.
3 vulnerabilities require manual review. See the full report for details.
I tried to run "npm audit fix --force" and I get this error message:
fixed 15366 of 15369 vulnerabilities in 2153 scanned packages
3 vulnerabilities required manual review and could not be updated
I tried to delete my package-lock.json and delete node_modules folder, and I Tried npm install again. and I set this warning massage:
found 1 high severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
Maybe you will know where the problem is?