Node instalation

Install Node JS ----------------------------------------------------------------------------------------------- Download Node js ------------------------------------------------------------------------- *)Go to the following link https://nodejs.org/en/ choose 1st green button (10.16.3 LTS) and download. Then install that software after download. click next and go ahead Now you have to work in command line to install the command line interface ------------------------------------------------------------------------------------------------------ (reference :- https://cli.angular.io/ ) The above website contains the steps to run in command line. for windows :- *) open the cmd (command prompt) and open it as administrator. Then follow the steps. *)(Sudo is used only for Mac/Linux before every command if you are using windows then no sudo is required.) Run npm install -g npm Updating the C...