{"id":83921,"date":"2026-03-16T18:51:22","date_gmt":"2026-03-16T15:51:22","guid":{"rendered":"https:\/\/cloudspinx.com\/?p=83921"},"modified":"2026-03-16T18:51:22","modified_gmt":"2026-03-16T15:51:22","slug":"install-and-use-node-js-on-windows","status":"publish","type":"post","link":"https:\/\/computingforgeeks.com\/install-and-use-node-js-on-windows\/","title":{"rendered":"Install and Use Node.js on Windows 11 \/ Windows 10"},"content":{"rendered":"\n<p>In the software development industry, JavaScript is now a standard language. With the help of JavaScript programming and AJAX, the front-end developers hope to produce user interfaces with plenty of features. The server-side web developers&#8217; paradigm has changed to JavaScript because of its non-blocking nature.<\/p>\n\n\n\n<p>These days, JavaScript is the major language used by several front-end frameworks, like T<em>ezJS, VueJS, React, Angular<\/em>, etc. thanks to its code optimization capabilities. In fact, selecting JavaScript development services as your top choice will undoubtedly bring many opportunities to grasp a single language while still acquiring &#8220;full-stack&#8221; skills.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Node.js<\/h3>\n\n\n\n<p>NodeJs is a cross-platform environment that allows JavaScript code to run and be executed outside of a browser. You can create server-side JavaScript apps using this version of Chrome&#8217;s V8 JavaScript runtime engine. It comes equipped with everything needed to run a JavaScript program.<\/p>\n\n\n\n<p>What is Node.js Used For?<\/p>\n\n\n\n<p>The major benefit of utilizing Node.js is the ability to create business solutions. The following are a few of the programming language&#8217;s common applications:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Backend Operation of Social Media Platforms.<\/li>\n\n\n\n<li>Development of SPAs (Single Page Applications).<\/li>\n\n\n\n<li>Data Streaming.<\/li>\n\n\n\n<li>Development of IoT Applications:<\/li>\n\n\n\n<li>Chatbots.<\/li>\n<\/ul>\n\n\n\n<p>Node.js provides some of the most <strong>notable features<\/strong>, making it unique for organizations.<\/p>\n\n\n\n<p>1. Scalability.<\/p>\n\n\n\n<p>2. Improved performance.<\/p>\n\n\n\n<p>3. Freedom in App Development.<\/p>\n\n\n\n<p>4. Superb Ecosystem.<\/p>\n\n\n\n<p>5. A single programming language<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">NPM<\/h3>\n\n\n\n<p>The default package manager for NodeJs is NPM (Node Package Manager). NodeJs enables developers to create scalable applications in a specific amount of time by acting as a JavaScript runtime environment.<\/p>\n\n\n\n<p>NPM makes it possible for open-source web developers to share and borrow packages for the creation of apps. Additionally, it serves as the application&#8217;s command-line utility for dependency management, version management, and package installation in the project.<\/p>\n\n\n\n<p>NPM&#8217;s core:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Website<\/em>: You can locate packages for your project on the official NPM website. Additionally, you can build up profiles and create them to manage and access all kinds of goods.<\/li>\n\n\n\n<li><em>Command Line Interface (CLI)<\/em>: The CLI is a program that you may use to interact with NPM packages and repositories from the terminal on your computer.<\/li>\n\n\n\n<li><em>Registry<\/em>: It has a big collection of meta-data and JavaScript projects. As a result, you are free to utilize any supported NPM registry. Additionally, you may use someone else&#8217;s registration in accordance with their conditions of use.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">PM2<\/h3>\n\n\n\n<p>The PM2 process manager for Node.js has a built-in load balancer. It enables you to keep running apps alive indefinitely (even when catastrophes happen) and makes production deployments easier. Through its clustering capability, it also enables you to expand your application in real time and receive insights into the runtime performance and resource usage of your application.<\/p>\n\n\n\n<p>Node.js 24 is the most recent release of the Node.js runtime, which was introduced in May 2025 and designated as the new Active Long Term Support (LTS) version. This release brings various enhancements and new features focused on performance, security, and developer experience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Install and Use Node.js on Windows 11 \/ Windows 10<\/h3>\n\n\n\n<p>Follow the below steps for successful installation of Node.js 24 on Windows 11 \/ Windows 10.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Install Using Chocolatey<\/h4>\n\n\n\n<p>Chocolatey is a package manager for the Windows Operating system, follow the steps below to install Node.js 22 using Chocolatey:<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"># 1. Download and Install Chocolatey<\/h5>\n\n\n\n<p>First, before you can use it, you need to install Chocolatey on your Windows 11 \/ Windows 10. Use the command below to install it:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>powershell -c \"irm https:\/\/community.chocolatey.org\/install.ps1|iex\"<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"># 2. Download and Install Node.js<\/h5>\n\n\n\n<p>Now that you have installed Chcocolatey, you can use to install Node.js:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>choco install nodejs --version=\"22.18.0\"<\/code><\/pre>\n\n\n\n<p>Having done that, check for node and npm on the system:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Verify the Node.js version:\nnode -v # Should print \"v22.18.0\".\n\n# Verify npm version:\nnpm -v # Should print \"10.9.3\".<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Install Using Prebuilt Node.js Packages<\/h4>\n\n\n\n<p>Node.js can also be installed on Windows using prebuilt packages. Follow the steps below to install Node.js on Windows using prebuilt packages:<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">#1. Download the Installer<\/h5>\n\n\n\n<p>Visit the official <a href=\"https:\/\/nodejs.org\/en\/download\/\" target=\"_blank\" rel=\"noreferrer noopener\">NodeJs official website<\/a> to get the Windows Installer. Verify that you have the newest NodeJs version downloaded. NPM package manager is among its components.<\/p>\n\n\n\n<p>In this case, we select the Widnows Installer (.msi):<\/p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"657\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-01-scaled-1-1024x657.png\" alt=\"\" class=\"wp-image-88780\" style=\"border-radius:10px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-01-scaled-1-1024x657.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-01-scaled-1-300x193.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-01-scaled-1-768x493.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-01-scaled-1-1536x986.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-01-scaled-1-2048x1314.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-01-scaled-1-654x420.png 654w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-01-scaled-1-696x447.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-01-scaled-1-1068x685.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You are strongly encouraged to use the LTS (Long-term Support) version. Your browser will download the<strong> .msi file<\/strong>. Select the appropriate location for it. After downloading the installer package, <em>double-click<\/em> it to begin the <em>installation <\/em>process.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h5 class=\"wp-block-heading\">#2. Install Node.js and NPM<\/h5>\n\n\n\n<p>Following clicking the &#8220;<strong>Next<\/strong>&#8221; button after <em>receiving a welcome message<\/em>, click <strong>Next:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"773\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02-1024x773.png\" alt=\"\" class=\"wp-image-88786\" style=\"width:750px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02-1024x773.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02-300x227.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02-768x580.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02-1536x1160.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02-556x420.png 556w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02-80x60.png 80w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02-696x526.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02-1068x806.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-02.png 1576w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Aree to the License terms, then click <strong>Next<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"773\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03-1024x773.png\" alt=\"\" class=\"wp-image-88789\" style=\"width:750px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03-1024x773.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03-300x227.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03-768x580.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03-1536x1160.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03-556x420.png 556w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03-80x60.png 80w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03-696x526.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03-1068x806.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-03.png 1576w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Select the location where you wish Node.js to be installed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"773\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04-1024x773.png\" alt=\"\" class=\"wp-image-88791\" style=\"width:750px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04-1024x773.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04-300x227.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04-768x580.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04-1536x1160.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04-556x420.png 556w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04-80x60.png 80w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04-696x526.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04-1068x806.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-04.png 1576w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>A customized page setup will appear on the screen once you click the <em>Next<\/em> button. Don&#8217;t select the<em> Node.js runtime <\/em>by default; instead, select the <strong>npm package manager<\/strong>. We can install NPM and Node together in this manner:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"773\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05-1024x773.png\" alt=\"\" class=\"wp-image-88793\" style=\"width:750px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05-1024x773.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05-300x227.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05-768x580.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05-1536x1160.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05-556x420.png 556w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05-80x60.png 80w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05-696x526.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05-1068x806.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-05.png 1576w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Check the box that says, Automatically Install Necessary Tools. This is because some npm modules need to be compiled from C\/C++ when installing:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"773\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06-1024x773.png\" alt=\"\" class=\"wp-image-88794\" style=\"width:750px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06-1024x773.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06-300x227.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06-768x580.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06-1536x1160.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06-556x420.png 556w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06-80x60.png 80w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06-696x526.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06-1068x806.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-06.png 1576w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>To install Node and NPM, the setup is prepared. Click the <strong>Install<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"773\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07-1024x773.png\" alt=\"\" class=\"wp-image-88795\" style=\"width:750px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07-1024x773.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07-300x227.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07-768x580.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07-1536x1160.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07-556x420.png 556w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07-80x60.png 80w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07-696x526.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07-1068x806.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-07.png 1576w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Allow the app to make changes to your computer when prompted, then proceed with the installation:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"773\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09-1024x773.png\" alt=\"\" class=\"wp-image-88796\" style=\"width:750px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09-1024x773.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09-300x227.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09-768x580.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09-1536x1160.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09-556x420.png 556w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09-80x60.png 80w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09-696x526.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09-1068x806.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-09.png 1576w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Click <strong>Finish<\/strong> to close the installation wizard. Since we had chosen to install the necessary tools automatically, proceed by pressing any key when promted by the command prompt:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"578\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-10-1024x578.png\" alt=\"\" class=\"wp-image-88798\" style=\"width:1000px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-10-1024x578.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-10-300x169.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-10-768x433.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-10-1536x867.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-10-2048x1156.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-10-744x420.png 744w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-10-696x393.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-10-1068x603.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Check that Node.js was succesfully installed:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-11-1024x576.png\" alt=\"\" class=\"wp-image-88800\" style=\"width:1000px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-11-1024x576.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-11-300x169.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-11-768x432.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-11-1536x864.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-11-2048x1152.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-11-747x420.png 747w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-11-696x391.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-11-1068x601.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Basic Node.js Usage<\/h4>\n\n\n\n<p>Open a text editor of your choice and add the example code below. In the example below I will save it as <strong>hello-world.js<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>const http = require('http');\n\nconst hostname = '127.0.0.1'; \/\/ or '0.0.0.0' for all network interfaces\nconst port = 5000;\n\nconst server = http.createServer((req, res) =&gt; {\n  res.statusCode = 200;\n  res.setHeader('Content-Type', 'text\/plain');\n  res.end('Hello from Technixleo');\n});\n\nserver.listen(port, hostname, () =&gt; {\n  console.log(`Server running at http:\/\/${hostname}:${port}\/`);\n});\n<\/code><\/pre>\n\n\n\n<p>Save &amp; exit!<\/p>\n\n\n\n<p>Then, type the following commands into the Windows command prompt or PowerShell.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>node hello-world.js<\/code><\/pre>\n\n\n\n<p>Sample Output:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"577\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-13-1024x577.png\" alt=\"\" class=\"wp-image-88807\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-13-1024x577.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-13-300x169.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-13-768x433.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-13-1536x865.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-13-2048x1154.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-13-746x420.png 746w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-13-696x392.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-13-1068x602.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Access it in your browser.<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>http:&#47;&#47;localhost:5000<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"718\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-1024x718.png\" alt=\"\" class=\"wp-image-88810\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-1024x718.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-300x210.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-768x539.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-1536x1077.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-2048x1437.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-599x420.png 599w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-696x488.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-1068x749.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-14-100x70.png 100w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Usage of NPM &amp; PM2<\/h4>\n\n\n\n<p>PM2 is a daemon process manager that will assist you in managing and maintaining your app&#8217;s processes. PM2 is simple to use; it is available as a simple and intuitive CLI that can be installed using NPM.<\/p>\n\n\n\n<p>The most recent PM2 version can be installed using NPM or Yarn:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install pm2@latest -g\nyarn global add pm2<\/code><\/pre>\n\n\n\n<p>Sample Output:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-15-1024x576.png\" alt=\"\" class=\"wp-image-88813\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-15-1024x576.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-15-300x169.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-15-768x432.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-15-1536x864.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-15-2048x1152.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-15-747x420.png 747w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-15-696x391.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-15-1068x601.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Start an app<\/strong><\/p>\n\n\n\n<p>Using the following command line is the simplest method for starting, daemonizing, and monitoring your app&#8217;s processes: I will start<strong> Helloworld.js<\/strong> in my case.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pm2 start helloworld.js<\/code><\/pre>\n\n\n\n<p>Output:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"597\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-16-1024x597.png\" alt=\"\" class=\"wp-image-88815\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-16-1024x597.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-16-300x175.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-16-768x448.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-16-1536x895.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-16-2048x1194.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-16-721x420.png 721w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-16-696x406.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-16-1068x622.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Several choices you can give the CLI include:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Specify an app name\n--name &lt;app_name&gt;\n\n# Watch and Restart app when files change\n--watch\n\n# Set memory threshold for app reload\n--max-memory-restart &lt;200MB&gt;\n\n# Specify log file\n--log &lt;log_path&gt;\n\n# Pass extra arguments to the script\n-- arg1 arg2 arg3\n\n# Delay between automatic restarts\n--restart-delay &lt;delay in ms&gt;\n\n# Prefix logs with time\n--time\n\n# Do not auto restart app\n--no-autorestart\n\n# Specify cron for forced restart\n--cron &lt;cron_pattern&gt;\n\n# Attach to application log\n--no-daemon\n<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Check status, logs, and metrics<\/h4>\n\n\n\n<p>List the current <strong>state <\/strong>of each application that PM2 manages:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pm2 &#91;list|ls|status]<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"270\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-17-1024x270.png\" alt=\"\" class=\"wp-image-88816\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-17-1024x270.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-17-300x79.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-17-768x203.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-17-1536x406.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-17-2048x541.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-17-1591x420.png 1591w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-17-696x184.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-17-1068x282.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Display logs<\/strong><\/p>\n\n\n\n<p>To show logs instantly:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pm2 logs<\/code><\/pre>\n\n\n\n<p>Digging in older logs:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pm2 logs --lines 200<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Terminal Based Dashboard<\/h4>\n\n\n\n<p>The following real-time dashboard can be inserted right into your terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pm2 monit<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"602\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-18-1024x602.png\" alt=\"\" class=\"wp-image-88817\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-18-1024x602.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-18-300x176.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-18-768x452.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-18-1536x904.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-18-2048x1205.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-18-714x420.png 714w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-18-696x409.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/08\/Install-and-Use-Node.js-on-Windows-11-Windows-10-18-1068x628.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">pm2.io: Monitoring &amp; Diagnostic Web Interface<\/h4>\n\n\n\n<p>Dashboard on the web, cross-server diagnostic system:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pm2 plus<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Setup startup script<\/h4>\n\n\n\n<p>It is crucial to restart PM2 along with the processes you manage when the server boots or reboots. Simply execute the following command to create an active startup script to fix this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pm2 startup<\/code><\/pre>\n\n\n\n<p>Likewise, to set a process list to be frozen for automatic respawn.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pm2 save<\/code><\/pre>\n\n\n\n<p>More info on startup script generator <a href=\"https:\/\/pm2.keymetrics.io\/docs\/usage\/startup\/\" rel=\"noopener\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Cheat Sheet<\/h4>\n\n\n\n<p>The following commands are important to know. Simply test them on your working machine using a sample application or your live web application:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Fork mode\npm2 start app.js --name my-api # Name process\n\n# Cluster mode\npm2 start app.js -i 0        # Will start maximum processes with LB depending on available CPUs\npm2 start app.js -i max      # Same as above, but deprecated.\npm2 scale app +3             # Scales `app` up by 3 workers\npm2 scale app 2              # Scales `app` up or down to 2 workers total\n\n# Listing\n\npm2 list               # Display all processes status\npm2 jlist              # Print process list in raw JSON\npm2 prettylist         # Print process list in beautified JSON\n\npm2 describe 0         # Display all information about a specific process\n\npm2 monit              # Monitor all processes\n\n# Logs\n\npm2 logs &#91;--raw]       # Display all processes logs in streaming\npm2 flush              # Empty all log files\npm2 reloadLogs         # Reload all logs\n\n# Actions\n\npm2 stop all           # Stop all processes\npm2 restart all        # Restart all processes\n\npm2 reload all         # Will 0s downtime reload (for NETWORKED apps)\n\npm2 stop 0             # Stop specific process id\npm2 restart 0          # Restart specific process id\n\npm2 delete 0           # Will remove process from pm2 list\npm2 delete all         # Will remove all processes from pm2 list\n\n# Misc\n\npm2 reset &lt;process&gt;    # Reset meta data (restarted time...)\npm2 updatePM2          # Update in memory pm2\npm2 ping               # Ensure pm2 daemon has been launched\npm2 sendSignal SIGUSR2 my-app # Send system signal to script\npm2 start app.js --no-daemon\npm2 start app.js --no-vizion\npm2 start app.js --no-autorestart\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Wrapping up<\/h3>\n\n\n\n<p>As demonstrated, Node.js was installed using the <strong>MSI<\/strong> installation module, which is accessible on the Node.js website. A Node.js application can be started on the client after this installation has installed the necessary component<\/p>\n\n\n\n<p>Other related guides:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-node-js-22-lts-on-centos-stream\/\">How To Install Node.js 22 LTS on CentOS Stream 10 | 9<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-node-js-on-linux-mint\/\">How To Install Node.js on Linux Mint 22<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/install-node-js-lts-and-npm-on-opensuse\/\">Install Node.js 22|20 LTS and npm on openSUSE 15<\/a><\/li>\n\n\n\n<li>How To Install Node.js 22,20,18 on Rocky Linux 9<\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/install-nodejs-debian\/\">How To Install Node.js 20,18,16 on\u00a0Debian 12 (Bookworm)<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In the software development industry, JavaScript is now a standard language. With the help of JavaScript programming and AJAX, the front-end developers hope to produce user interfaces with plenty of features. The server-side web developers&#8217; paradigm has changed to JavaScript because of its non-blocking nature. These days, JavaScript is the major language used by several &#8230; <a title=\"Install and Use Node.js on Windows 11 \/ Windows 10\" class=\"read-more\" href=\"https:\/\/computingforgeeks.com\/install-and-use-node-js-on-windows\/\" aria-label=\"Read more about Install and Use Node.js on Windows 11 \/ Windows 10\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":88819,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[299,68,90],"tags":[763],"class_list":["post-83921","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-programming","category-windows","tag-node-js"],"_links":{"self":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/83921","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/comments?post=83921"}],"version-history":[{"count":0,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/83921\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media\/88819"}],"wp:attachment":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media?parent=83921"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/categories?post=83921"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/tags?post=83921"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}