Created
March 21, 2015 16:12
-
-
Save ivan-loh/0a3752d8857c29c20f9a to your computer and use it in GitHub Desktop.
Getting 0.10.x versions of nodejs
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
| #!/bin/bash | |
| # Gettings 0.10.x versions of nodejs | |
| brew tap homebrew/versions | |
| brew search node | |
| brew install node010 | |
| brew link --overwrite node010 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment