npm install报错:Unexpected end of

2019-06-20  本文已影响0人  八点半的星光1101

最近在创建vue项目,安装依赖时总是报错,导致无法安装成功。

问题:

npm install报错:Unexpected end of JSON input while parsing near '...pendencies":{"eslint"'

解决方法:

1、清除cache
C:/Users/PC/AppData/Roaming/npm-cache文件夹下执行以下命令:
npm cache clean --force

2、重新安装依赖
执行命令:npm install
(注:不建议使用淘宝镜像。如果以上方法实在是不能解决问题可以尝试以下cnpm)

上一篇 下一篇

猜你喜欢

热点阅读