解决xxx packages are looking for funding

npm经常遇到以下错误,记录一下处理方法:
​​​​​​​xxx packages are looking for funding
  run `npm fund` for details
1. 如果不打赏,直接用
npm install --no-fund

一般都是开发者捐赠支持的提示,打开一个github的链接之后,会显示需要打赏捐赠的信息,此时如果不想捐赠或者跳过这个提示的话,直接在后面加–no-fund即可,具体命令如下: npm install –no-fund 但是本着打赏自愿,支持依赖提供者,还是多少可以支持一下,这样才能给开发者带来生存下去的信心和更大的原创开发动力

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/cda9b07d43.html