【问题标题】:npm warn deprecated circular-json@0.5.9 while install angular 7npm 在安装 Angular 7 时警告不推荐使用循环 json@0.5.9 【发布时间】:2018-11-03 15:47:37 【问题描述】: 我正在安装 Angular 7,但是当我创建新项目时它给出了错误。 节点-v v10.12.0 npm -v 6.4.1 错误截图 这是另一个问题:- 'git' 未被识别为内部或外部命令 【问题讨论】: 标签: angular-cli angular-cli-v7 【解决方案1】: 在使用 Angular CLI 创建新应用之前,您应该使用以下命令: npm cache clean --force 它会强制清理缓存。 【讨论】: 现在它工作正常,谢谢!但我收到另一个错误“git”无法识别有问题的屏幕打印更新。 那你需要在你的系统中安装git,你安装git了吗?如果没有,请查看here。