Zsh : command not found : ng on new Mac OS Catalina

后端 未结 4 2093
执笔经年
执笔经年 2021-02-08 07:36

I have download the new Mac OS Version Beta of Catalina. Now I should start to use Zsh. But when I want to run a Angular project in Atom, I receveid this message : \"The default

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-08 08:21

    The angular-cli has to be installed on your machine.

    install the cli by running the command : npm install -g @angular/cli

提交回复
热议问题