Full-Stack Web Development with Vue.js and Node

(singke) #1
Introducing MEVN Chapter 1


  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:



  1. To install Homebrew, type the following command:


$ /usr/bin/ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)"


  1. Now, use Homebrew to install Node.js with the following command:


$ brew install node
Free download pdf