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 :
- Npm Version : 8.13.2
- OS : Windows
- Node : v18.4.0
WARNING : npm audit fix --force NOT WORKING
WARNING : This error for Update and Install !!
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.