简体   繁体   English

如何解决此错误:“npm WARN deprecated mimelib@0.3.1: This project is unmaintained”?

[英]How can I fix this error: "npm WARN deprecated mimelib@0.3.1: This project is unmaintained"?

Hoping you can help me figure mimelib out.希望你能帮我弄清楚 mimelib。 Trying to install this REACT script with my limited react xp and have a myriad of errors doing different things...试图用我有限的 react xp 安装这个 REACT 脚本,并且在做不同的事情时会出现无数错误......

I'm running this script: https://github.com/webdesignleader/referBeam我正在运行这个脚本: https ://github.com/webdesignleader/referBeam

Getting this console error:收到此控制台错误:

$ npm update
npm WARN deprecated mimelib@0.3.1: This project is unmaintained
npm WARN deprecated mailparser@0.6.2: Mailparser versions older than v2.3.0 are deprecated

changed 10 packages, and audited 760 packages in 27s

12 packages are looking for funding
  run `npm fund` for details

48 vulnerabilities (4 low, 12 moderate, 27 high, 5 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

Please help me fix this the right way.请帮助我以正确的方式解决此问题。 Thank you!!!谢谢!!!

This is not an error.这不是错误。 But just a warning , because mimelib package is not getting maintained anymore and you will not get any updates for it in the future.但这只是一个warning ,因为mimelib包不再得到维护,将来您将不会获得任何更新。 You can check over here as well.你也可以在这里查看。 Your project can still work.您的项目仍然可以工作。 But this warning is basically telling you to remove this package as no one is maintaining it and I just checked it's not even updated from the last 5 years.但是这个警告基本上是告诉你删除这个包,因为没有人维护它,我只是检查了它甚至没有从过去 5 年更新。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何修复来自 Namecheap 的 npm WARN 生命周期错误? - How do I fix a npm WARN lifecycle error from Namecheap? 当我在Laravel项目中运行npm install时,它显示错误-npm WARN不推荐使用gulp-util@3.0.8:不推荐使用gulp-util-替换它 - When I run npm install in Laravel project, It shows an error - npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it 如何修复“npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142”错误Windows 10? - How to fix "npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142" error in Windows 10? 如何在 bash 中抑制 npm WARN 已弃用的消息 - How to suppress npm WARN deprecated messages in bash 你如何修复 npm WARN 配置全局 `--global`、`--local` 已弃用。 使用 `--location=global` 代替 - How do you fix npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead npm WARN不推荐使用的minimatch - npm WARN deprecated minimatch 如何解决这个问题? npm WARN 配置全局 `--global`, `--local` 已弃用。 改用 `--location=global` - how to fix this problem? npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead "如何修复运行 npm run build 的 npm 错误?" - How can I fix npm error running npm run build? npm WARN弃用了minimatch@2.0.10,但我有一个更新的版本 - npm WARN deprecated minimatch@2.0.10 but I have a newer version npm WARN 已弃用 xxx:我该怎么办? - npm WARN deprecated xxx: what should I do?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM