0%

VueCli3 报错 This dependency was not found: core-js/modules

问题

1
2
3
4
5
This dependency was not found:

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

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

解决方法

VSCodeCtrl+C 停止项目

按照提示,安装依赖包:

1
npm install --save core-js

重启项目:

1
npm run serve

或者执行:

1
yarn serve

如有疑问或需要技术讨论,请留言或发邮件到 service@itfanr.cc