Installing Angular Command Line Interface(CLI)
- Install Node.js. Install Node.js
- Run
npm install -g @angular/cli
in terminal (cmd) - 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/[email protected]
in the second step.