欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

npm安装报错--“Unexpected end of JSON input while parsing near”错误解决

程序员文章站 2022-05-29 09:36:31
...

背景:使用npm下载时,出现错误Unexpected end of JSON input while parsing near···

解决方法:先清除缓存,再重新安装

清除缓存

npm cache clean --force

运行下

npm install

然后在执行下载就OK了

相关标签: npm install npm