ErrorThis dependency was not found: * core-js/modules/es.error.cause.js in ./node_modules/@babel

Posted 王同学要努力

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ErrorThis dependency was not found: * core-js/modules/es.error.cause.js in ./node_modules/@babel相关的知识,希望对你有一定的参考价值。

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

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

npm install --save core-js

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

npm install

启动项目:

npm run dev

项目已经可以跑起来了

以上是关于ErrorThis dependency was not found: * core-js/modules/es.error.cause.js in ./node_modules/@babel的主要内容,如果未能解决你的问题,请参考以下文章

通过 npm 安装包,得到 'This dependency was not found:' 错误

Sublime Text 3总是出现“1 missing dependency was just installed.”

Vue err:This dependency was not found

Vue err:This dependency was not found

vue项目切换分支后This dependency was not found解决办法

vue项目切换分支后This dependency was not found解决办法