vue2-安装elementUI时警告

警告内容:npm WARN deprecated [email protected]: core-js@<3.23.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. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.

原因:core-js的版本低了

解决:

 npm i core-js

猜你喜欢

转载自blog.csdn.net/weixin_46479909/article/details/134923414
今日推荐