解决npm ERR! Unexpected end of JSON input while parsing near方案
json
适用于现代 C++ 的 JSON。
项目地址:https://gitcode.com/gh_mirrors/js/json
免费下载资源
·
问题描述
执行npm install
的时候报错npm ERR! Unexpected end of JSON input while parsing near '...sh_time":141072930277'.
如下图:
解决方案
直接执行 npm cache clean --force
, 如果执行成功,再npm install
即可。
如果执行失败,请先升级npm,即npm i -g npm
, 最后再执行npm cache clean --force
, 最后再npm install
.
如果还执行失败,那就先npm cache verify
,再npm cache clean --force
,最后再npm install
。
如果还是执行失败,那么恭喜你,跟我一样了。我也是这样走到这一步的。那就往复的执行 【先npm cache clean --force
再npm install
】,一直到npm cache clean --force
执行成功即可,然后npm install
即成功。我前后往复执行了三次才成功!
如果 npm cache clean --force 执行成功会提示:npm WARN using --force I sure hope you know what you are doing. 如下图:
别忘了,往复的执行 【先npm cache clean --force
再npm install
】。多试几遍就可以了。贼坑!
GitHub 加速计划 / js / json
41.72 K
6.61 K
下载
适用于现代 C++ 的 JSON。
最近提交(Master分支:1 个月前 )
960b763e
4 个月前
8c391e04
6 个月前
更多推荐
已为社区贡献2条内容
所有评论(0)