报错信息:30 packages are looking for funding run `npm fund` for details
报错原因:这里是开发者捐赠支持的提示,打开一个github的链接之后,会显示是否需要打赏捐赠的信息。
解决方案:这个打赏是资源的,因此我们选择不打赏(即在后面加 --no-fund)即可解决。
如:在本次执行的语句为
npm install crypto-js
则我们在后面加上 --no-fund 即可解决:
npm install crypto-js --no-fund
执行结果:
文章来源地址https://www.toymoban.com/news/detail-669677.html文章来源:https://www.toymoban.com/news/detail-669677.html
到了这里,关于npm报错:xxx packages are looking for funding run `npm fund` for details(解决办法)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!