Full-Stack Web Development with Vue.js and Node

(singke) #1
Introducing MEVN Chapter 1

Installing Node.js on macOS


There are two ways to install Node.js on macOS: using the installer or using the bash.


Installing Node.js using the installer

To install Node.js using the installer, perform the steps:



  1. Install the installer: We can download the installer for macOS from the official
    website's download page (https:/​/​nodejs.​org/​en/​#download). We will be
    installing the latest node version, which is 10.0.0. You can install any node
    version you want, but the application that we will be building in this book will
    require the node version >= 6.0.0. Run the installer and follow the instructions
    given. When we download and run the installer, we will be prompted with the
    following dialog box:

Free download pdf