原文: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 npmcacheclean force第三种:进入下面这个文件夹,把文 ...

2020-03-25 18:08 0 2293 推荐指数:

查看详情

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

问题 最近配了台新电脑,开始装Node环境,去官网下载了最新的Node安装包。安装也没有问题,但是在使用npm install这个命令的时候,就会出现Unexpected end of JSON input while parsing near这个异常信息。 原因 最新版本的的Node.js ...

Sat Jun 09 18:59:00 CST 2018 3 6038
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM