npm install出现"Unexpected end of JSON input while parsing near"错误解决方法

Posted HeavyShell

tags:

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

最近在玩vue3.x版本的时候,在vue create project创建项目的时候报错了,其实就是npm install安装东西的时候报的这个错误;

原因是node之前版本较低,升级版本后出现了;如何解决呢?

解决办法,升级之后运行:npm cache clean --force

即可解决pm install出现”Unexpected end of JSON input while parsing near”错误。

 

参考来源:https://blog.csdn.net/wang1006008051/article/details/78728317

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

npm install 在 react-native 中出现错误“gyp ERR!find VS”

npm install "Unexpected end of JSON input while parsing near"问题

无法执行“npm install --save firebase”

Refusing to install package with name "webpack" under a package npm ERR! also called "

Refusing to install package with name "webpack" under a package npm ERR! also called "

vue 使用npm install安装依赖失败 问题分析与解决