angular cli

How to Uninstall Angular CLI in Simple Steps

ng – version

If this command is executed with an error message that means the work is done and successful.

How to Uninstall Angular cli in Mac?

All the commands will remain the same as of windows OS but you just need to open the terminal window in mac where you can execute commands.

1. Open Terminal
2. Paste npm uninstall -g @angular/cli and execute
3. Once the above command is executed, you need to execute another command npm cache clean – force to completely clean the cache folder.
4. Enjoy, the Angular cli is successfully uninstalled from your Mac.

How to Check Angular CLI Version?

Sometimes its necessary to know the version of your Angular CLI so on the basis of that you can install other components.

Check Angular CLI version in Windows