npm install 时出现的问题

3,519 阅读1分钟

在安装插件时出现以下错误

npm ERR! Unexpected end of JSON input while parsing near '....0","isarray":"~1.0 .0' 


可以尝试用这个方法去解决

npm cache clean --force 

npm WARN using --force I sure hope you know what you are doing.


然后再去安装相应的插件