Here are the commands to install or update the Angular CLI.
Open the terminal, command window or power shell window.
Command to Install the Angular CLI
npm install -g angular-cli
Command to Update the Angular CLI
npm install -g @angular/cli@latest
Comments