Skip to content

Instantly share code, notes, and snippets.

@munkacsitomi
Last active April 2, 2019 11:45
Show Gist options
  • Save munkacsitomi/d70d72ccd59f02b394cb126f2741542c to your computer and use it in GitHub Desktop.
Save munkacsitomi/d70d72ccd59f02b394cb126f2741542c to your computer and use it in GitHub Desktop.
How to change node versions wit Homebrew
$ brew search node
$ brew install node
$ brew install node@8
$ brew unlink node@8
$ brew link --force --overwrite node@8
$ node --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment