You can install using this msiexec, select the version that's most suitable for you in the link

msiexec.exe /a https://nodejs.org/dist/v8.3.0/node-v8.3.0-x64.msi /quiet
Answer from Kalana Demel on Stack Overflow
🌐
npm
docs.npmjs.com › downloading-and-installing-node-js-and-npm
Downloading and installing Node.js and npm | npm Docs
Note: to download the latest version of npm, on the command line, run the following command:npm install -g npm ... To see if you already have Node.js and npm installed and check the installed version, run the following commands:
🌐
Carmatec
carmatec.com › home › how to install node.js and npm on windows, macos, & linux
How to Install Node.js and npm on Windows, macOS, & Linux
August 23, 2024 - Visit the Node.js official website. Download the Windows Installer (.msi) for the LTS (Long Term Support) version. ... Run the downloaded .msi file. Follow the installation prompts, ensuring that you check the box to include npm in the installation. Click “Next” and “Install” to complete the setup. ... Open Command Prompt.
🌐
Kinsta®
kinsta.com › home › resource center › blog › node.js › how to install node.js and npm on windows, macos, and linux
How to install Node.js and npm on Windows, macOS, and Linux
May 31, 2024 - If not, then paste this command on your terminal to install curl: ... It may ask for your system password to verify the permission of the installation. Once you input the password, the system should begin the curl installation. Installing “curl” on Ubuntu. You need to copy and paste the Node.js installation command into your terminal (in our case, we can grab it from the Ubuntu distribution page) so that the system can begin the Node.js installation.
🌐
PhoenixNAP
phoenixnap.com › home › kb › devops and development › how to install node.js and npm on windows
How to Install Node.js and NPM on Your Windows System
August 4, 2025 - When prompted to run the installation script, press y and Enter to continue the installation. Wait for the installation to complete before proceeding. 3. Reset environment variables to add Node.js and NPM to PATH. Use the following command:
🌐
Node.js
nodejs.org › en › download
Node.js — Download Node.js®
Download a signed Node.js source tarball. Check out our nightly binaries or all previous releases or the unofficial binaries for other platforms. We are able to serve Node.js's downloads and maintain our infrastructure proudly due to the support of these partners, and more.
🌐
Visual Studio Code
code.visualstudio.com › docs › nodejs › nodejs-tutorial
Node.js tutorial in Visual Studio Code
November 3, 2021 - To get started in this walkthrough, install Node.js for your platform. The Node Package Manager is included in the Node.js distribution. You'll need to open a new terminal (command prompt) for the node and npm command-line tools to be on your PATH.
🌐
GeeksforGeeks
geeksforgeeks.org › installation guide › install-node-js-on-windows
How to Install Node.js on Windows: Top 4 Methods - GeeksforGeeks
August 25, 2025 - Select “Install” to complete the process. ... Wait for "Finish" to complete the setup. ... Type node -v and press Enter to check the Node.js version. Type npm -v and press Enter to check the npm version. Both commands should return version numbers, confirming successful installation.
Find elsewhere
🌐
GeeksforGeeks
geeksforgeeks.org › node.js › installation-of-node-js-on-linux
How to Install Node.js on Linux - GeeksforGeeks
July 12, 2025 - If it is not installed automatically, you can install it separately. ... Type node -v and press Enter to check the Node.js version. Type npm -v and press Enter to check the npm version. Both commands should return version numbers, confirming successful installation.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Learn_web_development › Extensions › Server-side › Express_Nodejs › development_environment
Setting up a Node development environment - Learn web development | MDN
The generator will create the new Express app in a sub folder of your current location, displaying build progress on the console. On completion, the tool will display the commands you need to enter to install the Node dependencies and start the app. The new app will have a package.json file in its root directory.
🌐
The Odin Project
theodinproject.com › lessons › foundations-installing-node-js
Installing Node.js | The Odin Project
If not, close the terminal, re-open it and run nvm install --lts again. We need to tell nvm which version of Node to use when we run the node command.
🌐
DigitalOcean
digitalocean.com › community › tutorials › how-to-install-node-js-on-ubuntu-20-04
How to Install Node.js on Ubuntu | DigitalOcean
May 2, 2025 - This piece of software allows you to install and maintain many different independent versions of Node.js, and their associated Node packages, at the same time. To install NVM on your Ubuntu 20.04 machine, visit the project’s GitHub page. Copy the curl command from the README file that displays ...
🌐
IBM
developer.ibm.com › learningpaths › get-started-nodejs › install-nodejs
Install Node.js, npm, and VS Code
IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.
🌐
Node.js
nodejs.org › en › download › package-manager › all
Node.js — Installing Node.js via package manager
To install Node.js 20.x from the command line, run the following as a user with *ALLOBJ special authority:
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › dev-environment › javascript › nodejs-on-wsl
Install Node.js on Windows Subsystem for Linux (WSL2)
See the WSL install documentation if you plan to use a Linux development environment with Node.js. These steps will include choosing a Linux distribution (Ubuntu is the default) and the version of Windows Subsystem for Linux (WSL 2 is the default and recommended version). You can install multiple Linux distributions if you wish. Once you have installed WSL 2 and a Linux distribution, open the Linux distribution (it can be found in your Windows Terminal list or Windows start menu) and check the version and codename using the command: lsb_release -dc.
🌐
Node.js
nodejs.org › en › learn › getting-started › how-to-install-nodejs
Node.js — How to install Node.js
One very convenient way to install Node.js is through a package manager. In this case, every operating system has its own.
🌐
Express.js
expressjs.com › en › starter › installing.html
Installing Express
Learn how to install Express.js in your Node.js environment, including setting up your project directory and managing dependencies with npm.
🌐
Radixweb
radixweb.com › blog › installing-npm-and-nodejs-on-windows-and-mac
How to Install NPM and Node.js on Windows and Mac Devices?
September 17, 2025 - Learn what is NPM, how to install Node.js and NPM on Mac and Windows, Node.js installation with Homebrew and NVM and few points to consider while installing Node.js and NPM.