Last active
May 27, 2017 02:38
-
-
Save GuoQichen/2a4a69eb879d03f1f44c47b5ed9d937e to your computer and use it in GitHub Desktop.
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
| sudo brew uninstall node | |
| brew update | |
| brew upgrade | |
| brew cleanup | |
| brew install node | |
| sudo chown -R $(whoami) /usr/local | |
| brew link --overwrite node | |
| brew postinstall node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment