Skip to content

Instantly share code, notes, and snippets.

@eezing
Last active December 12, 2018 22:16
Show Gist options
  • Save eezing/50cadd5eb8ba1bb78daea182a65d2110 to your computer and use it in GitHub Desktop.
Save eezing/50cadd5eb8ba1bb78daea182a65d2110 to your computer and use it in GitHub Desktop.

NodeJS Setup

Setup guide for NodeJS on MacOS.

Get Started

  1. Install NVM - Node Version Manager.

  2. Run nvm install node to install latest NodeJS version.

  3. Run npm install -g npm to update NPM to latest version.

Nice to have

@donaldhansen
Copy link

@eezing
step 2: nvm install 10.14.2
(or whatever the latest 10.x version is)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment