Home > Net >  Can't install npm > npm install lite-server -g
Can't install npm > npm install lite-server -g

Time:09-27

when I hit enter this comes up.

changed 170 packages, and audited 171 packages in 12s

6 packages are looking for funding run npm fund for details

found 0 vulnerabilities

CodePudding user response:

This link may help you. npm fund is related with funding not error or warning. What does 'x packages are looking for funding' mean when running `npm install`?

try this, it may solve your problem.

npm install --force

CodePudding user response:

I can't seen an error. it's just a warning message.

  • Related