How do I install Node.js to run JavaScript?
You'll be able to: Install Node.js and NPM on Windows
- Risk
- Safe to try
- Windows
- Windows 11 · Windows 10
Filed under Programming & tools
The steps
- 1
Open your web browser and go to nodejs.org. The official Node.js website opens showing two download buttons (LTS and Current).
What is Node.js?
Node.js allows your computer to run JavaScript outside of a web browser, which is essential for modern web development, creating servers, and using front-end tools.
- 2
Click the button labeled LTS (Recommended for Most Users). The
.msiWindows installer file begins downloading.
Why choose LTS instead of Current?
LTS stands for Long Term Support. It is the most stable and reliable version with the best package compatibility for beginners.
- 3
Open the downloaded installer and click Next through the setup wizard. The installer asks you to accept the terms and select installation location.
- 4
Leave the default settings selected and click Install. The installer copies Node.js and the NPM package manager to your system.
- 5
Click Finish when the installation completes. The wizard closes and Node.js is ready for use in any terminal.
It looks different on my screen
If the installer asks whether to automatically install tools for native modules (like Chocolatey and Python), you can leave that checkbox unchecked as it is not needed for beginner web development.
Did this work?
Updated 2026-08-24اقرأ بالعربية