Get in Touch With Us

Submitting the form below will ensure a prompt response from us.

To uninstall Angular CLI from your system, you need to remove it both globally and locally. First, uninstall it globally by running npm uninstall -g @angular/cli. If you have it installed locally in a project, navigate to the project directory and use npm uninstall @angular/cli. Afterward, it’s a good idea to clear the npm cache with npm cache clean –force to ensure a clean uninstallation. This will fully remove Angular CLI from your environment.

Uninstall Angular CLI

Uninstall Globally: Run the following command in your terminal:

npm uninstall -g @angular/cli

Uninstall Locally (if installed in a project): Navigate to your project directory and run:

npm uninstall @angular/cli

Clear Cache (Optional but recommended):

npm cache clean --force

This will remove Angular CLI from your system and project.

About Author

Jayanti Katariya is the CEO of Moon Technolabs, a fast-growing IT solutions provider, with 18+ years of experience in the industry. Passionate about developing creative apps from a young age, he pursued an engineering degree to further this interest. Under his leadership, Moon Technolabs has helped numerous brands establish their online presence and he has also launched an invoicing software that assists businesses to streamline their financial operations.

Related Q&A