Skip to content

Instantly share code, notes, and snippets.

@ivan-loh
Created March 21, 2015 16:12
Show Gist options
  • Select an option

  • Save ivan-loh/0a3752d8857c29c20f9a to your computer and use it in GitHub Desktop.

Select an option

Save ivan-loh/0a3752d8857c29c20f9a to your computer and use it in GitHub Desktop.
Getting 0.10.x versions of nodejs
#!/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