ERROR Failed to compile with 1 error 下午8:27:34
This dependency was not found:
* core-js/modules/es.object.to-string.js in ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
To install it, you can run: npm install --save core-js/modules/es.object.to-string.js
解决方案:
1、终端先停止运行 control C
2、按照提示安装 npm install --save core-js
3、重新启动服务:npm run serve