npm 下载依赖报错npm WARN deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommend

从github拉取的项目安装依赖报错,报错信息如下:

npm WARN deprecated core-js@2.6.12: core-js@<3.4 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 ERR! Cannot read properties of null (reading 'pickAlgorithm')

通过输入 npm outdated后,显示项目package配置信息:

Package                     Current  Wanted  Latest  Location                                    
core-js                      3.20.1  3.22.8  3.22.8  node_modules/core-js                     

全局下载core-js,在重新安装依赖 npm install ,查看是否还报错

npm install --save -g core-js@^3

如果还是报错清一下缓存,

npm cache clear --force

再重新安装依赖npm install,安装成功后运行项目 npm run dev

  • 2
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值