我想安装angular-cli时遇到问题

时间:2018-11-08 13:32:49

标签: angular angular-cli

我已经安装了节点。

enter image description here

一切都很好,但是我不知道为什么我不能安装angular / cli

我的命令: C:\ myApp>节点-v v8.11.3

C:\ myApp> npm -v 5.6.0

C:\ myApp> npm install -g @ angular / cli npm ERR!解析'.... 1“,” minimatch“:” ^ 3.0'

附近时,JSON输入意外结束

npm错误!可以在以下位置找到此运行的完整日志: npm ERR! C:\ Users \ HamedPC \ AppData \ Roaming \ npm-cache_logs \ 2018-11-08T13_23_51_111Z-debug.log

我尝试了npm cache clean --force,但还是没用。

1 个答案:

答案 0 :(得分:-1)

最新的CLI构建是7.0.4。程序包可能有问题。我的系统上全局安装了7.0.3,没有此类问题。尝试使用命令npm i -g @angular/cli@7.0.3安装。

如果问题仍然存在,请向其github正确提交问题。