跑Vue项目遇到的报错及解决方法

Posted AC_meimei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了跑Vue项目遇到的报错及解决方法相关的知识,希望对你有一定的参考价值。

跑Vue项目遇到的报错及解决方法:

报错一:

npm ERR! cb() never called! npm ERR! This is an error with npm itself. Pleas

解决一:

(1)删除项目里的 packeage-lock.jsonnode_modules 文件:

(2)清理npm缓存:

npm cache clean --force

(3)再安装 node_modules

npm install

(4)最后项目启动:

npm run dev /npm run build

以上是关于跑Vue项目遇到的报错及解决方法的主要内容,如果未能解决你的问题,请参考以下文章

跑Vue项目遇到的报错及解决方法

跑Vue项目遇到的报错及解决方法

20170514002Oracle 11g R2安装过程中遇到的报错及解决办法

python已写内容中可能的报错及解决办法

Husky 的报错及简易配置

前端JavaScript 常见的报错及异常捕获