美文网首页
npm install报错:Unexpected end of

npm install报错:Unexpected end of

作者: 八点半的星光1101 | 来源:发表于2019-06-20 13:33 被阅读0次

最近在创建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)

相关文章

网友评论

      本文标题:npm install报错:Unexpected end of

      本文链接:https://www.haomeiwen.com/subject/ejbdqctx.html