Steps for installing Node.js on Windows:
-
Visit the Node.js website: https://nodejs.org/
-
Download Node.js to your computer
-
Make sure Node.js is added to PATH
-
In the CMD/Terminal run
node -v
, which should return the version of you node if node is installed -
Go to Computer -> Properties
-
Go to Advanced system settings
-
Go to Advanced -> Environment Variables
-
Go to System Variables -> Path -> Edit
Add to the end of the file:
;C:\Program Files\nodejs\