npm ERR! Unexpected end of JSON input while parsing near '...Comment: https://open'

 

今天在安装依赖包的时候老报错,报错如下:

npm ERR! Unexpected end of JSON input while parsing near '...Comment: https://open'
因为我安装过淘宝镜像,怀疑是因此报错,上网找答案,要执行下面这句话清除下缓存:

npm cache clean --force

然后再重新安装一下官方的镜像:

npm set registry https://registry.npmjs.org/

安装完再执行 cnpm install 安装包安装成功,启动项目ok了

猜你喜欢

转载自www.cnblogs.com/lydia0821/p/11790622.html