DEV Community

Cover image for Install NodeJs and NPM using Homebrew [MacOs]
Fabio C.
Fabio C.

Posted on

1 1

Install NodeJs and NPM using Homebrew [MacOs]

To install NodeJs and NPM we gonna use Homebrew. If you already haven't installed Homebrew please check this post

What is NPM?
Going straight to the point npm is a command-line tool that interacts with a repository, that repository that enables the installation of packages. So, a package manager :D

To install is easy as opening the terminal and run the follow command:

brew install node
Enter fullscreen mode Exit fullscreen mode

To verify if npm is already installed:

npm -v
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more