angular cli

How to Uninstall Angular CLI in Simple Steps

How to Uninstall Angular CLI in windows?

If you are using a windows PC with OS (7, 8, 8.1 and 10) then you can follow below steps

1. Open the command prompt Run>>Cmd
2. Execute the following command

npm uninstall -g @angular/cli

3. Once the above command is executed. Now, you’ll have to run command no. 2 listed below to clean cache.

npm cache clean – force


4. You may also get a warning message “I hope you know what you are doing” just skip this and wait a few seconds.
5. Enjoy, Angular cli is successfully removed from the system.

If you are still not sure if these commands have uninstalled angular cli then you can try the below command to verify.