npm 在安装 Vue脚手架命令(npm install -g @vue/cli)时报错安装报错--“Unexpected end of JSON input while parsing near&#

Posted 滴答的水

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm 在安装 Vue脚手架命令(npm install -g @vue/cli)时报错安装报错--“Unexpected end of JSON input while parsing near&#相关的知识,希望对你有一定的参考价值。

在安装Vue的脚手架(npm install -g @vue/cli 项目名称)时,提示:

Unexpected end of JSON input while parsing near

其实,但凡使用npm 时,只要提示这个,都可以按照以下几种方式进行尝试。

 

第一种:删掉package.lock.json

第二种:清除cache

npm cache clean --force
第三种:进入下面这个文件夹,把文件夹npm-cache下的内容删除掉(清除cache)


路径:C:/Users/DELL/AppData/Roaming/npm-cache

原文链接:https://blog.csdn.net/jiang7701037/article/details/95078483

以上是关于npm 在安装 Vue脚手架命令(npm install -g @vue/cli)时报错安装报错--“Unexpected end of JSON input while parsing near&#的主要内容,如果未能解决你的问题,请参考以下文章

vue 脚手架

vue npm 安装

vue_使用npm搭建vue2.0脚手架开发环境

vue 脚手架的使用 vue-cli

笔记npm 安装 vue-cli

安装使用vue-cli脚手架