ng:installing_angular_command_line_interface_cli

Installing Angular Command Line Interface(CLI)

  1. Install Node.js. Install Node.js
  2. Run npm install -g @angular/cli in terminal (cmd)
  3. Wait for it! It really takes time.

If you want to install a specific version of Angular CLI, say version 1.7.3, you can run npm install -g @angular/cli@1.7.3 in the second step.

  • ng/installing_angular_command_line_interface_cli.txt
  • Last modified: 2018/12/21 09:51
  • by chongtin