How to install node js pacakage on windows ?
|Steps to make node js development environment on windows-
1 – Visit node js official website – http://nodejs.org/download/
2 – Download 32 bit or 64 bit installer.
3 – Execute the installer.
4 – Run “node -v” command on cmd to check node js installed on windows. It will show some version. If nothing happens then restart your windows and try again this command.