how to uninstall angular cli – uninstall/upgrade Angular CLI

how to uninstall angular cli : We will use the following command to uninstall Angular CLI like this: the npm uninstall -g @angular/cli & npm cache clean –force uninstall/upgrade Angular CLI and Using this commands to re-install : npm install -g @angular/cli

How to Uninstall and Reinstall Angular cli?

Uninstall angular CLI is just the same as any other uninstall steps of any other node packages.

Using following commands to uninstall :

npm uninstall -g @angular/cli
npm cache clean --force

Uninstall Angular CLI:

npm uninstall -g @angular/cli

Clear Cache:

npm cache clean --force
  
npm cache verify

Install Angular CLI:

npm install -g @angular/cli

And last you have new fresh version of angular cli. therefor you can check it by following bellow simple run this command:

ng version

npm uninstall angular

uninstalling npm modules from node.js
Simply use below command in cmd and change module_name with different modules

>npm uninstall 

I hope you get an idea about how to uninstall angular cli.
I would like to have feedback on my infinityknow.com.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

Leave a Comment