项目场景:

当您运行

npm run dev

显示一下界面

问题描述:

added 1237 packages, changed 2 packages, and audited 1240 packages in 30s81 packages are looking for fundingrun `npm fund` for details27 vulnerabilities (17 moderate, 10 high)To address issues that do not require attention, run:npm audit fixTo address all issues (including breaking changes), run:npm audit fix --force

原因分析:

不是报错

翻译:1个包正在寻找资金
运行npm fund了解详细信息
不是报错,只是开发者寻求捐赠支持

运行后显示一大堆网站和包,大意是包开发者可以在包的描述文件(package.json)里放上一段募款声明,这样包的用户在安装的时候,就会看到我开篇写的那些文字。提醒包的开发者:你们可以通过捐赠的方式,表达对依赖开发者的感谢。

拿第一条网址来看看,里面是捐款信息
https://opencollective.com/core-js

解决方案:

直接运行 npm fund
然后再运行你的 npm run dev 即可!

PS F:---------mydemo2> npm fund
mydemo2@0.1.0
├── https://opencollective.com/core-js
│   └── core-js@3.19.2, core-js-compat@3.19.2
├─┬ https://opencollective.com/babel
│ │ └── @babel/core@7.16.0
│ └── https://opencollective.com/browserslist
│     └── browserslist@4.18.1, caniuse-lite@1.0.30001283
├─┬ https://opencollective.com/webpack
│ │ └── webpack@4.46.0, schema-utils@2.7.1, copy-webpack-plugin@5.1.2, css-loader@3.6.0
│ ├── https://github.com/sponsors/feross
│ │   └── base64-js@1.5.1, ieee754@1.2.1, safe-buffer@5.2.1, arch@2.2.0
│ ├── https://github.com/sponsors/isaacs
│ │   └── glob@7.2.0
│ └── https://github.com/sponsors/jonschlinkert
│     └── picomatch@2.3.0
├── https://github.com/sponsors/ljharb
│   └── resolve@1.20.0, is-core-module@2.8.0, object.assign@4.1.2, call-bind@1.0.2, get-intrinsic@1.1.1, has-symbols@1.0.2, object.values@1.1.5, es-abstract@1.19.1, es-to-primitive@1.2.1, is-date-object@1.0.5, has-tostringtag@1.0.0, is-symbol@1.0.4, get-symbol-description@1.0.0, is-callable@1.2.4, is-negative-zero@2.0.1, is-regex@1.1.4, is-shared-array-buffer@1.0.1, is-string@1.0.7, is-weakref@1.0.1, object-inspect@1.11.0, string.prototype.trimend@1.0.4, string.prototype.trimstart@1.0.4, unbox-primitive@1.0.1, has-bigints@1.0.1, which-boxed-primitive@1.0.2, is-bigint@1.0.4, is-boolean-object@1.1.2, is-number-object@1.0.6, side-channel@1.0.4, util.promisify@1.0.1, object.getownpropertydescriptors@2.1.3, deep-equal@1.1.1, is-arguments@1.1.1, object-is@1.1.5, regexp.prototype.flags@1.3.1
├── https://github.com/sponsors/sindresorhus
│   └── camelcase@6.2.1, cli-spinners@2.6.1, parse-json@5.2.0, p-limit@2.3.0, make-dir@3.1.0, is-plain-obj@3.0.0, is-docker@2.2.1, get-stream@5.2.0, is-stream@2.0.1, onetime@5.1.2
├── https://github.com/sponsors/epoberezkin
│   └── ajv@6.12.6
├── https://github.com/avajs/find-cache-dir?sponsor=1
│   └── find-cache-dir@3.3.2
├── https://tidelift.com/funding/github/npm/autoprefixer
│   └── autoprefixer@9.8.8
├── https://opencollective.com/postcss/
│   └── postcss@7.0.39, postcss-load-config@2.1.2
├── https://github.com/sponsors/wooorm
│   └── vendors@1.0.4
├── https://github.com/sponsors/fb55
│   └── css-what@3.4.2, domelementtype@2.2.0, css-select@4.1.3, css-what@5.1.0
├── https://github.com/fb55/entities?sponsor=1
│   └── entities@2.2.0
├── https://github.com/chalk/ansi-styles?sponsor=1
│   └── ansi-styles@4.3.0
├── https://github.com/sponsors/RubenVerborgh
│   └── follow-redirects@1.14.5
├── https://github.com/chalk/chalk?sponsor=1
│   └── chalk@4.1.2
├── https://github.com/chalk/wrap-ansi?sponsor=1
│   └── wrap-ansi@7.0.0
├── https://github.com/fb55/htmlparser2?sponsor=1
│   └── htmlparser2@6.1.0
└── https://tidelift.com/funding/github/npm/loglevel└── loglevel@1.8.0

packages are looking for funding run `npm fund` for details ( npm 支持开发者添加募款链接)相关推荐

  1. XXX packages are looking for funding run `npm fund` for details

    XXX packages are looking for funding run npm fund for details 当你刚刚npm install 了一个新的插件之后一般都会报这个提示,并不是 ...

  2. 前端开发:项目运行npm install 提示XXX packages are looking for funding run `npm fund` for details的解决方法

    分享一个去年遇到的问题,作为总结性的来分享一下,方便有需要的人查看使用,具体操作是这样的:更新了依赖,更新完之后,运行npm: 命令行:npm install 然后提示如下信息: 35 package ...

  3. run `npm fund` for details解决,前端开发:项目运行npm install 提示XXX ...for funding run `npm fund`...的解决方法

    run npm fund for details解决,前端开发:项目运行npm install 提示XXX -for funding run npm fund-的解决方法 35 packages ar ...

  4. 关于up to date in 1s 1 package is looking for funding run `npm fund` for details的问题

    今天自己在npm install express的时候没有出现node_modules.并且一直蹦出来这个东西,在网上查了半天网上解答一直说是什么作者招募资金什么鬼. 这玩意确实不是报错.但是很烦.我 ...

  5. 解决 npm install 时出现的.git can‘t be found (see https://git.io/Jc3F9)的问题 run `npm fund` for details问题解决

    目录 复现问题 分析问题 分析错误日志文件 分析index.js文件 解决问题

  6. webpack、sass-loader、npm audit fix、npm audit fix --force兼容性问题

    sass-loader兼容性问题 PS E:\dome\automated-test-platform-vue2> npm install sass@~1.32 sass-loader@10.1 ...

  7. 在VSCode终端中安装Gulp包出现 * package is looking for funding run `npm fund..和无法加载文件,在此系统上禁止运行脚本的错误提示一步到位解决

    刚刚在学习Gulp工具的时候,在VSCode中使用终端安装包却出现以下错误提示: 错误提示1: high severity vulnerabilities To address issues that ...

  8. Vue -- 初始化安装时出现run `npm audit fix` to fix them, or `npm audit` for details

    初始化 npm install,出现run `npm audit fix` to fix them, or `npm audit` for details,则可执行以下命令: npm audit fi ...

  9. 解决xxx packages are looking for funding

    npm经常遇到以下错误,记录一下处理方法: ​​​​​​​xxx packages are looking for fundingrun `npm fund` for details 1. 如果不打赏 ...

最新文章

  1. 利用ConfigParser读取配置文件
  2. 2019 VOD编码工具指南
  3. 电影特效用到什么计算机知识,后期影视特效处理知识普及
  4. 洛谷P1130 红牌 动态规划
  5. ImageNet 数据集
  6. bilibili怎么用用户名登录_bilibili账号安全中心 | 手游网游页游攻略大全
  7. 接口中的静态方法作用_接口一定要实现,才能为自己所用
  8. Dead Pixel
  9. 机顶盒天线接头怎么接_数字电视接收天线怎么安装
  10. TFT液晶屏是怎样诞生的?
  11. 敏捷项目中的进度控制
  12. Zabbix企业微信告警最新版
  13. 文化袁探索专栏——React Native启动流程
  14. 乔布斯与Google鲜为人知的故事
  15. Verilog 边沿检测电路
  16. 学习HTML5开发RPG游戏第五步游戏界面设计一
  17. matlab汽车座椅脉冲振动冲击仿真
  18. python画circos图_circos作图四(links)
  19. 真刺激!电容放电,火花四溅!
  20. Java:实现 按概率生成随机数算法(附完整源码)

热门文章

  1. 「星火计划沙龙视频」Angel核心推荐算法及其应用探秘
  2. ear的英语怎么念_高中英语快速记忆法有哪些?
  3. 知己知己,JAVA不待!
  4. 费曼算法(Feynman algorithm)
  5. 河南省iscc2019线下(hnciscn)Misc
  6. 微服务并不能修复你破碎的组织文化
  7. 昨日种种,昨日死.今日种种,今日生.--看了几篇影评有感
  8. idapython 手册
  9. 计算机电源接口在哪,电脑电源接口定义图解
  10. 阿拉丁年会 - 小程序开发者年度盛会 报告内容摘要