欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

“Unexpected end of JSON input while parsing near···”错误解决方案

程序员文章站 2022-07-03 08:43:01
...

“Unexpected end of JSON input while parsing near···”错误解决方案

“Unexpected end of JSON input while parsing near···”错误解决方案

背景:在安装angular-cli时报错,错误是:Unexpected end of JSON input while parsing near‘···“,”es6-promise”:”^3.1’

解决方法:先清除缓存,再重新安装

  • 清除缓存
npm cache clean --force
  • 重新安装
npm install -g @angular/cli

最后安装成功,显示如下:
“Unexpected end of JSON input while parsing near···”错误解决方案

相关标签: angularJS2