Skip to content

Instantly share code, notes, and snippets.

@samueleastdev
Created January 4, 2017 17:55
Show Gist options
  • Save samueleastdev/8946b78983a6c53d4b9215680df142d6 to your computer and use it in GitHub Desktop.
Save samueleastdev/8946b78983a6c53d4b9215680df142d6 to your computer and use it in GitHub Desktop.
Node js updating version with brew for appcelerator
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