Skip to content

Instantly share code, notes, and snippets.

@webdevsuperfast
Last active August 15, 2018 02:29
Show Gist options
  • Select an option

  • Save webdevsuperfast/a8d0a39a5a035ce8012e3a45b3683751 to your computer and use it in GitHub Desktop.

Select an option

Save webdevsuperfast/a8d0a39a5a035ce8012e3a45b3683751 to your computer and use it in GitHub Desktop.
Use NodeJS LTS from Homebrew

Check NodeJS version

$ node --version

Search for available NodeJS versions

$ brew search node

Unlink currect NodeJS installation

$ brew unlink node

Install NodeJS version

$ brew install node@8

Linked the newly installed NodeJS version

$ brew link --force --overwrite node@8

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