运行“npm install"时,“x 包正在寻找资金"是什么意思? [英] What does 'x packages are looking for funding' mean when running `npm install`?

查看:55
本文介绍了运行“npm install"时,“x 包正在寻找资金"是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

react 上运行 npm install 时,我通常会收到 x 包正在寻找资金."项目.知道这意味着什么吗?

I usually get "x packages are looking for funding." when running npm install on a react project. Any idea what that means?

推荐答案

当您在命令提示符下运行 npm update 时,它会建议您键入一个名为 的新命令npm 基金.

When you run npm update in the command prompt, when it is done it will recommend you type a new command called npm fund.

当您运行 npm fund 时,它会列出您安装的所有模块和包,这些模块和包是由需要 资金 用于其 IT 项目的公司或组织创建的. 您会看到一个网页列表,您可以在其中向他们汇款.所以资金"表示您安装的 Angular 软件包可以使用您提供的一些资金作为帮助支持他们业务的选项".

When you run npm fund it will list all the modules and packages you have installed that were created by companies or organizations that need money for their IT projects. You will see a list of webpages where you can send them money. So "funds" means "Angular packages you installed that could use some money from you as an option to help support their businesses".

它基本上是您拥有的需要为其项目捐款或捐款的模块的列表,以及您可以输入信用卡来帮助支付费用的网站列表.

It's basically a list of the modules you have that need contributions or donations of money to their projects and which list websites where you can enter a credit card to help pay for them.

这篇关于运行“npm install"时,“x 包正在寻找资金"是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆