老猫2100 2021-06-18 01:16 采纳率: 20%
浏览 179
已结题

安装最新版truffle用什么版本的npm最好。

安装时总是出现类似的报错

npm WARN deprecated redux-devtools-core@0.2.1: Package moved to @redux-devtools/app.
npm WARN deprecated redux-devtools-instrument@1.10.0: Package moved to @redux-devtools/instrument.
npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated uuid@3.2.1: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
  • 写回答

1条回答 默认 最新

  • 王大师王文峰 企业官方账号 2021-06-18 09:53
    关注

    望采纳,谢谢

    可以试一试更新最新版:

    npm install npm@latest -g

    或者用 cnpm 国内镜像下载

    安装报错,把下载包全部删除,重新下一边,

    评论

报告相同问题?