ng: command not found while creating new project using angular-cli

后端 未结 30 2917
忘掉有多难
忘掉有多难 2020-11-28 23:42

Installed angular-cli globally using (npm install -g angular-cli) but when I\'m trying to create project using ng new my-project it is throwing err

30条回答
  •  没有蜡笔的小新
    2020-11-28 23:49

    According to npm, the angular-cli has been renamed to @angular/cli you can use the following syntax to install it.

    npm install -g @angular/cli
    

提交回复
热议问题