
Generally, it’s recommended to use the Node version whose status is Active LTS.

This example shows Node.js version 18, specifically v18.9.0. Run node -v in a terminal to see which version of Node.js you have. Gatsby will stop supporting the End of Life Node release in a minor version.Ĭheck Node’s releases document for version statuses.

Once a major version of Node reaches End of Life status Gatsby will stop supporting that version. Both 32-bit and 64-bit versions are available, and you can download them just by clicking on them.Gatsby aims to support any version of Node that has a release status of Current, Active, or Maintenance. You can search the official website on Google, or you can click on this link to navigate įor Windows, you have to select the Windows Installer (.msi) according to the architecture of your installed operating system. To install the Node JS on the system, the first step is to download its package manager, the NPM. Step 1: Download the Package Manager from the official website. Now, let’s get started and move further to get a detailed insight about every step involved in Node JS and NPM Installation on Windows and macOS.

A step-by-step guide on NPM and Node JS Installationīefore starting with the installation process, you must check your system information, whether it can handle, install and maintain the functioning of Node JS and NPM packages. CLI can be operated from your machine’s terminal and is linked to the Registry, which is an extensive database holding meta-data and details of various JavaScript projects. Website is the official NPM online platform, from where you can directly download the essential packages. Moreover, Website, Command Line Interface, and Registry are the three main components of the Node Package Manager.
