当你刚刚npm install 了一个新的插件之后一般都会报这个提示,并不是报错
当你执行npm fund时会出现以下
XXX packages are looking for funding run `npm fund` for details
每一个https开头的链接打开都是一个网页,一般均为插件所在的github的地址,又有可能是开发者的捐赠支持, 比如

XXX packages are looking for funding run `npm fund` for details
亦或者是
XXX packages are looking for funding run `npm fund` for details
如果不想看到这段话,运行
npm install --no-fund

相关文章:

  • 2021-11-03
  • 2021-04-09
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-06-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2022-01-17
  • 2021-04-17
相关资源
相似解决方案