Skip to content

Instantly share code, notes, and snippets.

@Frobitz
Created August 4, 2012 13:32
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Frobitz/3257794 to your computer and use it in GitHub Desktop.
Save Frobitz/3257794 to your computer and use it in GitHub Desktop.
Install CoffeeScript with Homebrew on OS X 10.8 Mountain Lion
# Install Homebrew
ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go)
# Follow on-screen instructions (X11 isn't necessary for this if it shows as not installed)
brew install node
# Open .bashrc and add this line (create .bashrc if its not in your home directory already)
export NODE_PATH=/usr/local/lib/node_modules
# Install NPM
curl https://npmjs.org/install.sh | sh
# Install CoffeeScript
npm install -g coffee-script
@xeloader
Copy link

xeloader commented Aug 2, 2013

Thank you so much, worked as a charm.

@lihudi
Copy link

lihudi commented Nov 14, 2013

Thank you. Pretty straightforward.

@hugoerg56
Copy link

nice

@daddydanielt
Copy link

thanks, it's very helpful to me.

@daddydanielt
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment