作者:zws3504075 | 来源:互联网 | 2022-10-09 17:52
I usually get "x packages are looking for funding."
when running npm install
on a react
project. Any idea what that means?
1> ArunPratap..:
npm
决定添加一个新命令:
npm fund
它将向npm用户提供更多可见性,以了解哪些依赖项正在积极寻找为他们的工作提供资金的方法。
npm install
还将在末尾显示一条消息,以使用户知道Dependencie正在寻找资金,它看起来像这样:
$ npm install
packages are looking for funding.
Run "npm fund" to find out more.
运行npm fund
将在浏览器中打开为该给定软件包列出的URL。
有关更多详细信息,请点击此处