Created
April 30, 2018 19:05
-
-
Save mingliangguo/449a16701d2acabd1571b28c5b1900f0 to your computer and use it in GitHub Desktop.
downgrade node to a specific version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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