====== Installing Angular Command Line Interface(CLI) ====== - Install Node.js. [[nodejs: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/cli@1.7.3'' in the second step.