针对npm WARN deprecated core-js@2.6.11: core-js@< 3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.的解决方案
输入指令
npm install --save core-js@^3
升级到最新版
本文针对使用npm安装包时遇到的core-js@2.6.11版本过时警告,提供了解决方案:通过运行npminstall--savecore-js@^3指令,将依赖升级到core-js的最新版本,以避免因维护问题导致的使用风险。

1639

被折叠的 条评论
为什么被折叠?



