Created
January 4, 2017 17:55
-
-
Save samueleastdev/8946b78983a6c53d4b9215680df142d6 to your computer and use it in GitHub Desktop.
Node js updating version with brew for appcelerator
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 chown -R $USER /usr/local | |
brew doctor | |
brew install node@4 | |
brew link --overwrite node@4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment