0% found this document useful (0 votes)
7 views

Install Node - Js and NPM For - Mac

The document provides steps to install Node.js and NPM on a Mac: download the installer from the Node.js website, run the installer, and confirm the installations by checking the versions of Node and NPM in the terminal.

Uploaded by

macod15739
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Install Node - Js and NPM For - Mac

The document provides steps to install Node.js and NPM on a Mac: download the installer from the Node.js website, run the installer, and confirm the installations by checking the versions of Node and NPM in the terminal.

Uploaded by

macod15739
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Install Node.

js and NPM on Mac

1. Go to the official Node.js site https://nodejs.org/ which will


offer you two versions of Node to download. Click on the
Installer that says “Recommended For Most Users”.

2. This will download the .pkg installer for Node.js.

3. Now that you've got the installer downloaded, you'll need to


run it. Simply double click on the package downloaded.
Node.js installer will start installing.
4. Accept the license agreement.
5. To confirm Node is installed type node –v which will print the
current version number.

6. To confirm NPM is installed type npm -v which will print its


current version number installed on your machine.

You might also like