Skip to content

Instantly share code, notes, and snippets.

@mingliangguo
Created April 30, 2018 19:05
Show Gist options
  • Save mingliangguo/449a16701d2acabd1571b28c5b1900f0 to your computer and use it in GitHub Desktop.
Save mingliangguo/449a16701d2acabd1571b28c5b1900f0 to your computer and use it in GitHub Desktop.
downgrade node to a specific version
$ brew install node@8 // just install node8 side by side
$ brew unlink node // unlink old one
$ brew link node@8 // link node version 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment