Can't install angular-cli on Mac

前端 未结 12 1123
南笙
南笙 2020-12-28 23:33

This is probably very trivial, but I am hitting my head against the wall while I am trying to (unsuccessfully) install angular-cli.

I am following the official angul

12条回答
  •  猫巷女王i
    2020-12-29 00:20

    These are the codes I used

    sudo npm uninstall -g angular-cli
    sudo npm uninstall -g @angular/cli
    sudo npm cache clean --force
    npm install -g @angular/cli
    alias ng="~/node_modules/@angular/cli/bin/ng"
    

    for check

    ng --version
    

提交回复
热议问题