Installing Node Js (NPM) & Visual Studio Code

1. For Installing Node Js, Search Download Node Js or go to Download Node Js , Based on your operating System Download the respective files.


Once You download and install it you can verify it by opening Terminal or Command Prompt and typing "npm -v" for npm version and "node -v" node version as shown below:


2. For Installing Visual Studio Code Search Download Visual Studio Code in Google or go to Download Visual Studio Code

Based on your Operating System download Respective files and install it, it will take few minutes to install. After installation open visual Studio Code it will look like below




                                                                                                                Next Topic (Install Angular CLI)

Comments

Popular posts from this blog

Logout Component and Angular Router (CanActivate)

Importing Project in Visual Studio Code