npm install出现"Unexpected end of JSON input while parsing near"错误解决方法
npm cache clean --force

即可解决pm install出现”Unexpected end of JSON input while parsing near”错误。

npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
解决办法1:降低版本
npm install npm@4.6.1 -g


解决办法2:更新npm
npm cache clean -f
npm install npm -g

Logo

前往低代码交流专区

更多推荐