npm WARN deprecated core-js@2.6.12 core-js@<3.3 is no longer maintained and not recommended for usa

2023-05-16

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

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 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 core-js@3.1.1

也可以npm i core-js

然后

npm i chokidar

具体详情看大佬文章

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

npm WARN deprecated core-js@2.6.12 core-js@<3.3 is no longer maintained and not recommended for usa 的相关文章

随机推荐