Skip to content

Instantly share code, notes, and snippets.

@attilagyorffy
Created November 7, 2016 15:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save attilagyorffy/8fd6a5b1548f240cef208685ed01260b to your computer and use it in GitHub Desktop.
Save attilagyorffy/8fd6a5b1548f240cef208685ed01260b to your computer and use it in GitHub Desktop.
How to downgrade Node to v6 LTS (Homebrew method)
# Things may stop working as you upgrade the version of node on your system.
# Using Homebrew's alternative repo (homebrew/versions) offers you legacy
# and earlier versions of formulae.
brew remove node --force
brew tap homebrew/versions
brew install homebrew/versions/node6-lts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment