Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alfredormz/b979de1d3c9ed8da0b028c5b8adfa517 to your computer and use it in GitHub Desktop.
Save alfredormz/b979de1d3c9ed8da0b028c5b8adfa517 to your computer and use it in GitHub Desktop.
How to install specific NodeJS version
$ brew search node

heroku/brew/heroku-node ✔     libbitcoin-node               node                          node@4                        node@8                        nodeenv
leafnode                      llnode                        node-build                    node@6                        nodebrew                      nodenv

$ brew unlink node

$ brew install node@8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment