Step 1: Download Node.js
Download the latest version of Node.js from the Nodejs download page. I downloaded Node.js for 64-bit Windows and the file name: node -v 8.9.3-x64.msi
Step 2: Install Node.js for Windows.
In Windows Explorer, locate the downloaded Nodejs.msi file. Double-click the MSI file. A set of screens will appear that guide you through the installation process. This will install Node.js and Node Package Manager (NPM) on your computer.
Step 3: Verify the installation of Node.js
Enter the following commands to check the versions of Node.js and NPM
node -v npm -v
Step 4: Set Angle CLI
Angular Command Line Interface (CLI) is the easiest way to create new Angular projects. Run the following NPM command to install the Angular CLI: Step 1: Download Node.js
Download the latest version of Node.js from the Nodejs download page. I downloaded Node.js for 64-bit Windows and the file name: node -v 8.9.3-x64.msi
Step 2: Install Node.js for Windows.
In Windows Explorer, locate the downloaded Nodejs.msi file. Double-click the MSI file. A set of screens will appear that guide you through the installation process. This will install Node.js and Node Package Manager (NPM) on your computer.
Step 3: Verify the installation of Node.js
Enter the following commands to check the versions of Node.js and NPM
node -v npm -v
Step 4: Install the Angular CLI This command will install the latest version of the angular command line.
npm i -g @ angular / cli
source share