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 par...
·
最近在玩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
更多推荐
已为社区贡献1条内容
所有评论(0)