提示信息:
Failed to compile with 1 error
This dependency was not found:
* core-js/modules/es.error.cause.js in
解决方法:
- 删除
node_modules后,输入yarn install再试一次 - 改babel.config.js的文件配置core-js module error · Issue #3678 · vuejs/vue-cli (github.com)
Failed to compile with 1 error
This dependency was not found:
* core-js/modules/es.error.cause.js in
node_modules后,输入yarn install再试一次