亲测解决npm ERR! Unexpected end of JSON input while parsing near...的方法
程序员文章站
2022-07-03 08:43:19
...
今天在创建项目的时候,发现一直创建不成功,安装项目依赖的时候报错:npm ERR! Unexpected end of JSON input while parsing near…
具体报错详情:
经过自己亲测发现如下解决方法:
方案一(亲测已解决):
- 清除缓存
npm cache clean --force
- 再安装
npm install
方案二(无亲测):
由于我用上面方案一的方法就已经解决了问题,就没有试过这个方法(方案二),该方法也是从网上看一个博友的方案!!不要使用淘宝镜像,切换为官方镜像,具体原因不详。
- 清除缓存
npm cache clean --force
- 再安装(镜像)
npm set registry https://registry.npmjs.org/
推荐阅读
-
亲测解决npm ERR! Unexpected end of JSON input while parsing near...的方法
-
解决npm ERR! Unexpected end of JSON input while parsing near的报错问题
-
npm install出现Unexpected end of JSON input while parsing near错误解决方法
-
npm install出现Unexpected end of JSON input while parsing near错误解决方法
-
npm install出现"Unexpected end of JSON input while parsing near"错误解决方法
-
npm install出现"Unexpected end of JSON input while parsing near"错误解决方法
-
npm install出现"Unexpected end of JSON input while parsing near"错误解决方法
-
npm install出现Unexpected end of JSON input while parsing near错误解决方法
-
npm 安装依赖报错解决:npm ERR! Unexpected end of JSON input while parsing near
-
npm install 报错:error Unexpected end of JSON input while parsing near '...https://registry.npmj'的解决办法