欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

npm WARN deprecated [email protected]: [email protected]<3.3 is no longer maintained and not recommended for usa

程序员文章站 2022-05-30 10:00:31
...

在用npm安装插件时,出现了一条警告:

npm WARN deprecated [email protected]: [email protected]<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature de
tection 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 install -g [email protected]

也可以npm i core-js

然后

npm i chokidar

具体详情看大佬文章

相关标签: npm npm