Installing Node.js
Start by visiting the main site for node at NodeJS.org, and click on the stable
download button this will initiate the download for a file name node-v5.9.0-x86.msi
, double click on the .msi
file and this will begin the Node.js wizard follow the instructions on the prompt and wait for it to be installed.
Once node is installed you can verify that node is setup correctly by checking what version of node is installed with the following command. Open up the command line and use the following command.
node -v
Result
v5.9.0
I always had a passion for the field of STEM (Science, Technology, Engineering, and Math) and I knew I wanted to do something to make a difference in the world. I just didn’t know where to start. I was an immigrant in a new country, grew up in a tough environment, and wasn’t sure how… Read More