Skip to content

Instantly share code, notes, and snippets.

@ironhack-edu
Created February 12, 2020 18:18
Show Gist options
  • Save ironhack-edu/1bf40cd9d5fe4f0de9d1247831817e38 to your computer and use it in GitHub Desktop.
Save ironhack-edu/1bf40cd9d5fe4f0de9d1247831817e38 to your computer and use it in GitHub Desktop.

Prerequisites

  • You need to have installed terminal and homebrew.

Installation Steps

In the terminal,

  1. type: brew update (to update homebrew with the latest version of Node)
  2. type brew install node (homebrew will download some files, so don't interrup the process until it is done)

To make sure everything works good, type in the terminal:

  • node -v (to check if Node is installed properly; you should see the version number)
  • npm -v (to check if NPM is installed properly; you should see the version number)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment