npm install "Unexpected end of JSON input while parsing near"问题
程序员文章站
2024-01-10 21:11:10
问题 最近配了台新电脑,开始装Node环境,去官网下载了最新的Node安装包。安装也没有问题,但是在使用 这个命令的时候,就会出现 这个异常信息。 原因 最新版本的的 与`npm`版本不合适的原因(因为没更新之前是不会的)。 解决方案 将 版本降到 版本 在 下使用 执行语句: Mac系统也差不多。 ......
问题
最近配了台新电脑,开始装Node环境,去官网下载了最新的Node安装包。安装也没有问题,但是在使用npm install
这个命令的时候,就会出现Unexpected end of JSON input while parsing near
这个异常信息。
原因
最新版本的的Node.js
与npm
版本不合适的原因(因为没更新之前是不会的)。
解决方案
将npm
版本降到4.x
版本
在Windows
下使用cmd
执行语句:npm -g i npm@4
Mac系统也差不多。
推荐阅读
-
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错误