Home > database >  Npm install Error | 69 vulnerabilities (12 low, 28 moderate, 26 high, 3 critical)
Npm install Error | 69 vulnerabilities (12 low, 28 moderate, 26 high, 3 critical)

Time:08-03

Hey Guy's Help Me plase To solve this problem ...! My Problem is :

> npm i 
up to date, audited 1879 packages in 13s

90 packages are looking for funding
  run `npm fund` for details

69 vulnerabilities (12 low, 28 moderate, 26 high, 3 critical)

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

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

Run `npm audit` for details.

More Info :

  1. Npm Version : 8.13.2
  2. OS : Windows
  3. Node : v18.4.0

WARNING : npm audit fix --force NOT WORKING

WARNING : This error for Update and Install !!

Screenshot Error

CodePudding user response:

This seems to work fine as long as there are no security vulnerabilities, in that case you can use this package npm force resolutions

CodePudding user response:

I had those issues as well, and if npm audit fix --force is not working then I suggest running just npm audit you will get detailed information about what is wrong and what should be updated hope it will help.

  • Related