解决npm ERR!

Posted gitnull

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决npm ERR!相关的知识,希望对你有一定的参考价值。

 

一:[Unexpected end of JSON input while parsing near]报错

最近的vue项目中在执行 npm install 时会报错误:

npm ERR! Unexpected end of JSON input while parsing near

 

这个错误的解决方法有以下几种:

1.删掉package.lock.json

2.清除cache

npm cache clean --force

 

3.进入下面这个文件夹清除cache
路径:C:Users PCAppDataRoamingnpm-cache
执行:

npm cache clean --force

 

4.不要用淘宝镜像。

npm set registry https://registry.npmjs.org/

 

参考资料:https://github.com/vuejs-temp...

 


 

二:A complete log of this run can be found in 报错

最近的vue项目中在执行 npm install 时会报错误:
通过“A complete log of this run can be found in”发现,原来是npm版本的问题,然后更新了npm版本,然后再装脚手架,就搞定了。

全局更新

npm install npm -g 

 

或者用淘宝镜像命令

cnpm install npm -g

 




以上是关于解决npm ERR!的主要内容,如果未能解决你的问题,请参考以下文章

React项目创建报错解决方案npm ERR! code 1 npm ERR! path E:Node1untitled5 ode_modulesfibers npm ERR! command(代码片

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! test_vue_0613@1.0.0 dev: 错误的解决方法

npm err 解决方案

解决npm ERR!

React项目创建报错解决方案npm ERR! code 1 npm ERR! path E:Node1untitled5 ode_modulesfibers npm ERR! command

npm 错误!使用 ng new appname 创建新项目的代码 ERR_SOCKET_TIMEOUT