Jump to content

NPM gives me error and asks me to manually review it.. what does it mean and how to get rid of it?

mrchow19910319

I was trying to install some package to use ESlint to format my code.

 

Then I was greeted with these messages,

npm audit fix

does nothing.

 

Quote

audited 1461 packages in 7.472s

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

found 12 vulnerabilities (2 moderate, 10 high)
  run `npm audit fix` to fix them, or `npm audit` for details

Quote

宏誓@DESKTOP-CEOD39I MINGW64 /c/zhou_xiang/Coding Projects/codingBlocksVuetify (main)
$ npm audit fix
npm WARN tsutils@3.21.0 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >=
3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

up to date in 5.647s

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

fixed 0 of 12 vulnerabilities in 1461 scanned packages
  12 vulnerabilities required manual review and could not be updated

how do I get rid of it???

 

I have already tried:

 

  1. manually delete `package.lock.json` and `node_modules folder` then reinstall everything.
  2. update all the packages to the latest ones.

But it still gives me the same error.

If it is not broken, let's fix till it is. 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×