赶知识网

npm ERR! Unexpected end of JSON input while parsin

2019-12-24 / 2171次点击 OS/操作系统

执行 npm install 时会报错误:

npm ERR! Unexpected end of JSON input while parsing near

这个错误的解决方法有以下几种:

1.删掉package.lock.json

2.清除cache

npm cache clean --force

3.进入下面这个文件夹清除cache
路径:C:/Users/PC/AppData/Roaming/npm-cache
执行:

npm cache clean --force

4.不要用淘宝镜像。

npm set registry https://registry.npmjs.org/
有用 0 没用 0

Top10

沪ICP备09053415号 © 赶知识网