How to upgrade to latest Angular CLI

To check which version of Angular CLI is installed on your machine, run the command ng –version as shown in the image below:

image

As you see that on my development machine, Angular cli version 1.0.0 is installed. At the time of writing of this post, latest version of Angular CLI was 1.1.3.

To upgrade to updated version of the Angular CLI, you need to run couple of npm commands. To upgrade it globally on your development machine , first run npm uninstall command as shown below :

image

 

This command will remove all the installed Angular modules from the system. Since we are upgrading the package globally, next execute npm cache clean command as shown below:

image

You need to run this command as administrator. Next to install latest version of Angular CLI run command npm install –g @angular/cli@latest as shown in the image below:

image

Once latest version of Angular is successfully installed, run the ng –version command to verify whether latest version is installed or not .

image

You can see that now Angular CLI version 1.1.3 is installed in my development machine. Sometimes you may have to upgrade Angular CLI in the project folder only. I hope you find this small post useful.

3 responses to “How to upgrade to latest Angular CLI”

  1. Thanks a lot for easy steps to update AngularJS

  2. thank u~

  3. The latest version of angular is 9.1.11, I am going through your steps but no use previously angular version in my machine is 9.0.7
    please help me how to upgrade present version to latest version.

    Thank you.

Leave a comment

Create a website or blog at WordPress.com