How to install/ update/ uninstall Angular CLI?
It's time to install Angular CLI.

• Full Stack Engineer • Auth0Ambassador • Organizer at AngularHive community • Speaker • Blogger
Search for a command to run...
It's time to install Angular CLI.

• Full Stack Engineer • Auth0Ambassador • Organizer at AngularHive community • Speaker • Blogger
No comments yet. Be the first to comment.
This series contains the complete Angular tutorial for beginners. Note: I keep adding posts every day or once in two/three days, so you will see the complete list of articles in a month or two.
Hello awesome people👋, welcome back! This post is part of the Angular Tutorial - Series, and I am going to discuss Angular architecture to understand the building blocks of Angular apps. As we know Angular is a platform and framework for developing ...
Hello awesome people👋, welcome back! In this post, I am going to walk you through how to set up Tailwind CSS in an Angular project. It is going to be the easiest setup you have ever done. Come on in. This post is for projects that are using Angular ...

Hello awesome people👋, welcome back! This is again a super simple post about Angular, but pretty informative and you might have not read about it so far. Let's begin. What is Text Interpolation? Interpolation refers to embedding expressions or just ...

Hello awesome people👋, welcome back. This blog post is going to be a super simple post, and I just wanna share my TailWind CSS learning with you all. What are we going to design? A simple and minimalistic card component with 100% TailWind CSS. Code...

Hello amazing people👋, welcome back! Introduction If you are from a Java background, you must have used/heard about Apache Tomcat server, which is a default server any Java developer works with to deal with Web app development. The landscape has cha...

Project documentation serves as a guide for new developers in a team. Why not create one for an Angular project?

Angular CLI is a command-line interface tool to develop, scaffold, build, deploy and maintain Angular applications.
To begin with, developing Angular applications, you must install Angular CLI.
Ok, let's begin!
Before installing Angular CLI, make sure you have compatible Node.js is installed in your machine.
Check the version of Node.js needed for Angular CLI here.
Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Angular is built on top of Node.js, so this is one of the necessary software you need to have.
Install Node.js from the official Node website.
NPM gets installed along with Node.js, which is a package manager that downloads the dependencies (libraries) from the NPM repository needed for Angular app development.
It is a command-line interface for Angular that helps in creating new projects, building & packaging the application, etc.,
You can install it right from Node.js command prompt/ Terminal/ Windows command prompt using the below command.

Run the below command to check if Angular CLI was successfully installed in your machine.

You should see the Angular CLI version as in the below screenshot.

Angular releases a new version once every 6 months. It is better to update the CLI to
Run below three commands to update Angular CLI to the latest version in your machine.
First, two commands deal with uninstalling and the third command installs the latest CLI.

Just in case you want to uninstall Angular CLI from your machine, you need to run the below commands.

Pour in your comments if you have any questions related to Install/ Update/ Uninstall Angular CLI.
Happy learning!
I tweet a lot about Angular, so feel free to follow me on Twitter at AskUdhay.