解决npm ERR! Unexpected end of JSON input while parsing near的方法

  • Post author:
  • Post category:其他


这两天执行 npm install 时会报错误:


npm ERR! Unexpected end of JSON input while parsing near


解决办法:

打开cmd操作窗口,执行:

npm cache clean –force



版权声明:本文为weixin_44407691原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。