npm install出现"Unexpected end of JSON input while parsing near"错误解决方法

npm install出现"Unexpected end of JSON input while parsing near"错误解决方法

————————————————
版权声明:本文为CSDN博主「qq_32440951」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_32440951/java/article/details/84864962

运行

npm cache clean --force
  • 即可解决pm install出现”Unexpected end of JSON input while parsing near”错误。
原文地址:https://www.cnblogs.com/shaozhu520/p/12997057.html