【Error】This dependency was not found: * core-js/modules/es.error.cause.js in ./node_modules/@babel/runtime

解决办法:在项目文件夹里直接删除node_modules文件夹,然后在终端安装core-js

npm install

安装完毕后,继续运行以下命令

npm install

启动项目:

npm

项目已经可以跑起来了

【Error】This dependency was not found: * core-js/modules/es.error.cause.js in ./node_modules/@babel_前端