Member-only story

How to Install Angular on Windows

Gain Java Knowledge
2 min readOct 19, 2023

--

In this article we will learn :
Angular CLI — What it is and complete Installation guide

  1. Installation Process of Angular CLI
  2. Creating a Project using Angular CLI

The very first thing required to install is Node.js. (If already installed, skip this part and jump to the next part of this blog.)

open this link https://nodejs.org/en and download node latest version.

1. node –v

2. npm –v

If not working then set path from command line :

SET PATH=C:\Program Files\nodejs;%PATH%

Install Angular

We’re going to use NPM to install the Angular CLI globally through the following command:

npm install -g @angular/cli

To check the angular version type command : ng version

Download Visual studio code :

--

--

Gain Java Knowledge
Gain Java Knowledge

Written by Gain Java Knowledge

The Java programming language is one of the most popular languages today. Stay up to date with news, certifications, free learning resources and much more.

No responses yet