npm install出现"Unexpected end of JSON input while parsing near"错误解决方法
程序员文章站
2022-05-30 17:10:59
...
在安装react的脚手架(create-react-app 项目名称)时,提示:
Unexpected end of JSON input while parsing near
其实,但凡使用npm 时,只要提示这个,都可以按照以下几种方式进行尝试。
第一种:删掉package.lock.json
第二种:清除cache
npm cache clean --force
第三种:进入下面这个文件夹,把文件夹npm-cache下的内容删除掉(清除cache)
路径:C:/Users/PC/AppData/Roaming/npm-cache
PS:我自己按照react时,先是进行安装,后来失败后,建立的项目文件夹也自动被删除了,所以,package.lock.json文件也没有,清除了cache也不起作用,没办法,使用的了第三种方法,把文件夹npm-cache下的内容全删除掉后,就ok了。
大家可以把自己试过的,跟帖在后面,谢谢!众人拾柴火焰高
上一篇: npm install出现"Unexpected end of JSON input while parsing near"错误解决方法
下一篇: npm install出现"Unexpected end of JSON input while parsing near"错误解决方法
推荐阅读
-
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错误解决方法