Skip to content

Instantly share code, notes, and snippets.

@hirejohnsalcedo
Last active July 18, 2020 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirejohnsalcedo/8af130152d48ecaa1ea09aeac3995d49 to your computer and use it in GitHub Desktop.
Save hirejohnsalcedo/8af130152d48ecaa1ea09aeac3995d49 to your computer and use it in GitHub Desktop.
Getting Started

Getting Started

Install Brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install nvm (nodejs version manager)

brew install nvm

Set up nvm

// ~/.bash_profile

export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh

Install stable

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