npm 安装Element组件发生报错
npm安装Element插件
打开cmd输入
npm i element-ui -S
提示
npm WARN deprecated core-js@2.6.12: 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.
此文本翻译为
npm WARN已弃用core-js@2.6.12: core-js@不再维护,由于问题太多,不建议使用。 由于V8引擎的奇想,旧core-js版本的特性检测可能会导致高达100倍的减速,即使什么都没有填充。 请将你的依赖关系升级到core-js的实际版本。
解决办法
升级core-js
在cmd界面输入
- npm i core-js # 升级
界面弹出提示
up to date in 775ms升级成功
重新安装Element插件即可解决问题文章来源:https://www.toymoban.com/news/detail-621351.html
注:用npm下载element需要安装npm环境库及其nrm文章来源地址https://www.toymoban.com/news/detail-621351.html
到了这里,关于npm 安装Element组件发生报错的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!