npm install 报错:error Unexpected end of JSON input while parsing near '...https!registry.npmj'的解决办法 jiayu 2026-03-03 2 阅读1分钟 记: 在npm install前端项目时报错:error Unexpected end of JSON input while parsing near '...https://registry.npmj' 解决办法: 1.先清理一下缓存: npm cache clean --force 2.然后: npm install 然后就可以成功的安装成功了。