setup
New Application Setup
It's necessary to install Node.js and NPM(Node Package Manager). If you have not installed it, you can't do any work in Angular. If you have installed Node.js, then the npm is installed automatically. For installing Node.js, visit the link given below:
(copy the link and paste it to google chrome's search engine) https://nodejs.org/en/download/
To check that NPM and Node.js are installed, run the following command in CMD (Command Prompt) or Windows Powershell:
For NPM