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
------------------------------------------------------------------------------------------------------
(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.)
-----------------------------------------------------------------------------------------------
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 CLI(Command Line Interface)
[sudo] npm uninstall -g angular-cli @angular/cli
npm cache clean
[sudo] npm install -g @angular/cli
Now Angular cli is installed successfully.
Checking the installed version of node
command -> node -v
-------------------------------------------------------------------------------------------------
#install node / nodejs in windows
#node instalation in windows
#node version check
#how to check node is installed in my windows or not
Comments
Post a Comment