美文网首页Web前端之路前端
《vue 3.0探险记》- 运行报错:This dependen

《vue 3.0探险记》- 运行报错:This dependen

作者: 张中华 | 来源:发表于2020-09-12 20:28 被阅读0次

运行安装element ui后,执行npm run serve竟然报错了,报错信息如下:

 ERROR  Failed to compile with 1 errors                                                                                                     19:54:55
This dependency was not found:

* core-js/modules/es.object.to-string in ./src/router/index.js

To install it, you can run: npm install --save core-js/modules/es.object.to-string

解决办法

按照提示:npm install --save core-js 安装
或者 npm install core-js@3 -save-dev

执行结束后再运行就可以了~

相关文章

网友评论

    本文标题:《vue 3.0探险记》- 运行报错:This dependen

    本文链接:https://www.haomeiwen.com/subject/ajqgektx.html