How To Uninstall Angular CLI, The Angular Framework

Angular uninstall on Windows 10

If you are already using and installing Angular CLI on your machine, somehow maybe there's some bugs that you might face so that you want to be able to uninstall it, but it turns out to be not very easy to do it.

And then reinstall Angular CLI later on, these are the steps that you can follow, step after step to completely uninstall Angular CLI from your local computer.

First, start by opening your terminal (for mac OS and Linux) or command line in Windows, and then type the following lines of command, enter these commands line by line.

npm uninstall -g @angular/cli
npm cache clean

If you've having some troubles removing the angular CLI on windows for some unspecified reason, you might open the command line using Administrator privileges. 

Or if you are using Linux or Mac, just put 'sudo' in front of the  'npm' command, then enter your password and hit enter, wait until the terminal process is completed.

Now your Angular CLI has been eradicated from your computer. If you want to reinstall it again you might close the terminal or cmd and reopen the terminal again. To install any other node packages using NPM, just use command npm install the-package-name. It will then be installed on the node_modules directory.

Angular CLI is a tool for developing Angularjs applications, it is the framework based on Javascript and one of the booming among others. It is because with Angular, you can develop or create web application UI in a robust and less stressful way.

Conclusions Angular installation


Uninstall angular CLI is just the same as any other uninstall steps of any other node packages. You can go to the Angular-CLI package from npmjs.com here  npmjs.com/package/@angular/cli. You can read the quick introduction, installation, and any other usage of angular CLI.

Why are people using Angular


It is overly hyped by many Javascript enthusiasts out there, why is it such a good deal creating and developing using Angular? I think it is because it is a Google product, whatever Google is the part of some projects, some crazy hipster will start to scream to other hipsters and tell them that it is a good product of the future. 

It is not entirely incorrect,  Google has so many talented coders in there, they can make everything look so futuristic and different from others.

Comments

Popular posts from this blog

ERROR 1348 Column Password Is Not Updatable When Updating MySQL Root Password

How To Create Spring Boot Project Using Netbeans

How To Connect SSH Using PEM Certificate On Windows

How To Use React Ckeditor Upload File Image With Demo and Example Codes

Flutter Button With Left Align Text and Icon