npm ERR! Unexpected end of JSON input while parsing near
程序员文章站
2022-07-03 08:43:07
...
好开心啊……今天又是踩坑的一天……
今天遇到的问题是给项目添加平台的时候报错:
npm ERR! Unexpected end of JSON input while parsing near
查阅了node_cache\_logs里的错误日志,发现这样的错误:
这实在是很没道理,node自动加载的模块为什么会出错?难道是兼容问题?
于是我清除了node_modules的所有模块,重新install。 但是此次连npm install都执行不成功了。
在百度上翻了半天别人的文章,最后找到这位的方法:https://segmentfault.com/a/1190000015646531
于是我再次清理 node_modules,同时在项目目录下执行 npm cache clean --force 命令,然后修改镜像来源 npm set registry https://registry.npmjs.org/
最后npm install,再次ionic cordova platform add android,成功。
因为网络问题我平时是npm和cnpm命令混着用的,npm下载不下来就会切淘宝镜像,在这个项目中我也确实用了淘宝镜像,切成国外的资源库之后就正常了,此次出现的问题,就像那位我参考了的博主说的,只能说是有可能是淘宝镜像造成的,很迷惑,不知道为什么,希望以后积累的知识越来越多的时候能解开这个疑惑。
上一篇: 精读React核心概念(1) --React Fiber
下一篇: 手把手教系列之梳状滤波器设计实现
推荐阅读
-
Unexpected end of JSON input while parsing near错误
-
亲测解决npm ERR! Unexpected end of JSON input while parsing near...的方法
-
npm ERR! Unexpected end of JSON input while parsing near
-
npm ERR! Unexpected end of JSON input while parsing near '...Rg9e9zaVBZ
-
“Unexpected end of JSON input while parsing near···”错误解决方案
-
解决npm ERR! Unexpected end of JSON input while parsing near的报错问题
-
Unexpected end of JSON input while parsing near
-
vue npm安装webpack报错:Unexpected end of JSON input while parsing near
-
Unexpected end of JSON input while parsing near错误
-
npm install出现Unexpected end of JSON input while parsing near错误解决方法