Introducing MEVN Chapter 1
- Just hit Continue until the installation finishes. Once the installation is complete,
we will be able to see the following dialog box:
Just hit Close and we will be done.
Installing Node.js using the bash
Node.js can be easily installed using Homebrew in macOS. Homebrew is a free and open
source software package manager that is used to install software on macOS. I personally
prefer Homebrew because it makes it very easy to install different software on Mac:
- To install Homebrew, type the following command:
$ /usr/bin/ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Now, use Homebrew to install Node.js with the following command:
$ brew install node