DEV Community

Tarush Arora
Tarush Arora

Posted on • Originally published at positiwise.com

How to Install NPM and Node JS on Mac and Windows

With exponential growth and demand for full-stack development, JavaScript has become a reliable technology to develop a full-fledged business application.

Several backend and frontend frameworks and libraries are available, which are based on JavaScript and are highly compatible with each other. Node JS is a technology that professionals appraised for fabricating a scalable server-side for robust and responsive applications.

Before having in-depth knowledge about Node JS, it is necessary to have answers to the two most raised queries, the first one is how to install npm on mac, and the second is quite similar, how to install npm on windows.

If you are also facing difficulty installing Node JS and NPM on your Windows and macOS systems, you are in the right place.

Let’s explore the installation process step-by-step to get one step ahead in our software project, and to precisely understand this, firstly, we will learn about NPM.

Let’s Understand what NPM is

Node Package Manager or NPM is the only default and official package manager utilized for installing Node JS on a computer system.

In addition, it offers a command-line interface to access and utilize packages during software development, and all the packages are defined under a default file, known as package.json. It also aids the users in managing multiple dependencies from a single CLI.

It is downloaded and installed simultaneously with Node JS on your system, which means that you don’t require any additional or different files to install NPM and Node JS on your system.

Below is snippet displays how web developers are leveraged from NPM CLI to install and utilize relevant packages in their applications.

Node package install

Moreover, Website, Command Line Interface, and **Registry **are the three main components of the Node Package Manager.

Website is the official NPM online platform, from where you can directly download the essential 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.

A step-by-step guide on NPM and Node JS Installation\

Before 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.

You can assure it by cross-verifying your computer’s details with the below-listed minimum Node JS requirements:

  • 4GB RAM
  • Minimum of Intel Core i3 processor @ 2.5 GHz or higher
  • 256 GB of Free Storage Space
  • One GE interface
  • Chocolatey Software

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.

How to Install NPM on Windows

Step 1: Download the Package Manager from the official website.
To install the Node JS on the system, the first step is to download its package manager, the NPM.

You can search the official website on Google, or you can click on this link to navigate https://nodejs.org/en/download/

For Windows, you have to select the **Windows Installer (.msi) **according to the architecture of your installed operating system. Both 32-bit and 64-bit versions are available, and you can download them just by clicking on them.

WS1

Step 2: Running the downloaded file on your system
Once the installation package is downloaded, locate it on your system and double click on it.

After that, a dialogue box will appear, seeking permission to run the NPM. Click on Run to start the installation process.

W2

Step 3: Install NPM Windows through Wizard
Once the Run button is clicked, a new dialogue box will be displayed.

Click on Next to continue with the process.

Node JS Setup

Step 4: Accepting the Terms and Conditions
Further, select the check box to agree with the terms and conditions to use the Node JS on your computer system. Then, select Next to move ahead.

Node JS installation

Step 5: Defining the Path
You have to define the location where you want to install the Node JS on your machine. By default, the destination for the file is set to the Program Files folder available in Local Disk C.

You can modify the file destination through the Change button.

In addition, all the core files and future updates will be stored in this location only. So, ample storage space must be available to allow Node JS to function efficiently.

WS6

Step 6: Defining the core features to be installed
After finalizing the path, you will be headed to select the Custom Setup, where you have to choose the features to be installed.

A total of 143MB of free storage is required to install the main components as listed below:

  • js runtime
  • Corepack manager
  • Npm package manager
  • Online documentation shortcuts

You can check the details of each feature by clicking on it, and its information will be displayed in the right panel.

WS7

Step 7: Allowing Automatic Tool Installation (Optional)
This is an optional step, and you can ignore it if you don’t require any tools to be installed with Node JS.

And, if you require any extra tools, you can select the check box and move further by clicking on the Next button.

The appropriate package to install these tools will be downloaded after the successful configuration of Node JS.

Optional

Step 8: Install Node JS Windows

Click on the Install button to start the process and wait for it to complete. Also, you can go back if you want to modify any setting.

WS9

Step 9: Installation in Progress
When the Node JS installation is in-between, you will see a progress bar providing the current status.

WS10

Step 10: NPM and Node JS are installed
After configuring all the relevant settings and processing core operations, all the files will be installed on your computer, and you will be ready to start using them.

W11

Step 11: Installing Additional Tool
If you have selected the check box to have additional tools, then CMD will open after Node JS has been installed, and you have to follow the provided instructions.

WS12

Let’s check whether Node JS and NPM are installed successfully or not

To verify the Node JS and NPM installation, we will open the CMD from the startup menu and type the following commands:

  • For Node JS -> node -v
  • For NPM -> npm -v

check installation

How to Install NPM on MAC

Step 1: Downloading the NPM Package for macOS
Go to the official website of Node JS to download the NPM package for Mac Operating System.

You can click here to open the download page and select the appropriate file for your system.

MS1

Step 2: Running the Package Manager as per Guidelines
Open the folder where the downloaded file is present and double click for running it.

A dialogue box will appear on the screen. Click on Continue for moving further and side-by-side by reading the provided information.

MS2

Step 3: Agreeing to License Terms and Conditions
You have to agree to the license terms at this stage, and you can also read all the conditions through the Read License button.

If you disagree with the terms, then Installation will be automatically canceled. You can easily read through all the terms and conditions through reading License.

MS3

Step 4: Moving to final Installation
After finalizing the file location, you have to click on **Install **to start the installation process. All the files will be stored on the Hard Disk of your Macintosh and can utilize up to 102 MB of storage space.

MS4

Step 5: Installation Completed
After the successful Installation of the Node JS with the help of NPM, you will see its detailed summary, providing information about the path where the file is present on your system.

MS5

Let’s confirm the Installation.

Node JS and NPM are successfully installed on your system, but it is essential to check whether they are working correctly or not and whether the updated version is installed or not.

First, you have to open the macOS terminal by clicking the command + space or finding it from the search bar.

MS6

After opening the terminal, now you have to run the following commands:

  • For checking Node JS installation --> node – -version
  • For checking NPM installation --> npm – -version

MS7

Install NPM on Mac using Homebrew

Homebrew is a free and open-source package management system used on macOS and Linux-based systems to straightforward the installation procedure. Let’s go through each step to install Node JS and NPM with it.

Step 1: Installing the Node JS and NPM
When you open the Homebrew, a command-line interface will be shown, and you can effortlessly unpack and install Node JS and NPM by running the brew install node command.

After this, Node JS and NPM will and installed, and you have to confirm its Installation.

MS8

Step 2: Verifying Installation
To confirm the Installation of Node JS and NPM, you have to open the terminal and type the node -v and npm -v command to check the installed version.

MS9

If the Homebrew hasn’t installed the latest version of Node JS, you can open it again run the command brew upgrade node. It will update the Node JS version.

Wrapping Up

After going through all these steps in this article, you will surely get success in installing Node JS and NPM on your Windows and macOS-based machines. These are the easiest and ideal ways to install it. However, you can go any other way per your comfort, preference, and project requirements.

Installing Node JS and NPM is your first step and all you need to start your app development journey.

Top comments (0)