To install NodeJS on windows, follow the steps below carefully:
1. Go to www.nodejs.com/en/download, click the windows installer (msi) for 64bit like this picture below highlighted on read square.
2. Click that installer file and follow the installation wizard, usually you just have to click 'Next' and OK.
3. After installation process was completed, NodeJS is now running on your computer, you may open start menu and find Node.js application, it is actually console application.
Node is now can be run on your computer.
But if you just open Windows command line and typing node, it didn't exist yet, it will says something like 'node' is not recognized as an internal or external command,
operable program or batch file.' you need to add node to environment path.
Start menu and find 'Edit the system environment', open the program follow this short instruction:
Click on environment variables
Click OK and now you can reopen windows cmd then type
node
Now you can write some JavaScript code, like for example
console.log("Hello World!")




Join the discussion
We welcome thoughtful feedback and questions.
Sign in to comment
Use your account to join the conversation, or create one in seconds.
Log in to your account
Create your reader account
Commenting as