npm install 时出现 Unexpected end of JSON input while parsing near···

Posted renranwj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm install 时出现 Unexpected end of JSON input while parsing near···相关的知识,希望对你有一定的参考价值。

早上下载vue/cli的时候,一直有这个错误。查了之后,得知原因是因为最新版本的Node.js与npm版本不适合(昨天刚下载了最新的node)。

解决办法就是把npm的版本降到4版。

使用命令 npm -g i npm@4

而且,还查到另外一种的解决办法:
npm cache clean --force
清理缓存,直接安装。

但是试过之后,还是不能解决这个问题。

所以这个方法可能不能解决node版本太高,导致npm版本不合适的问题。
 

以上是关于npm install 时出现 Unexpected end of JSON input while parsing near···的主要内容,如果未能解决你的问题,请参考以下文章

当我在 docker 上执行 npm install 时出现问题

在 Elastic Beanstalk 上运行 npm install 时出现问题

在下面执行 npm install gettng 时出现 react-native 错误

在项目目录中运行“npm install”时出现错误“无法读取未定义的属性'0'”

尝试 npm install web3 时出现致命错误 LNK1181

npm install 时出现 Unexpected end of JSON input while parsing near···