码迷,mamicode.com
首页 > Web开发 > 详细

NPM 解决Unexpected end of JSON input while parsing near 问题

时间:2020-02-14 01:13:41      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:inf   force   终端   分析   info   clean   for   运行   expect   

问题描述

  • 执行npm install命令的时候报错Unexpected end of JSON input while parsing near

原因分析

  • 可能是缓存问题

解决方法

  1. 终端执行命令npm cache clean --force
  2. 完成后再执行命令npm install

处理结果

  • 正常运行
    技术图片

NPM 解决Unexpected end of JSON input while parsing near 问题

标签:inf   force   终端   分析   info   clean   for   运行   expect   

原文地址:https://www.cnblogs.com/KevinTseng/p/12305896.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!