Skip to content

Instantly share code, notes, and snippets.

@kjunggithub
Forked from rachelbaker/install-yeoman-osx.md
Created January 25, 2014 06:42
Show Gist options
  • Save kjunggithub/8612663 to your computer and use it in GitHub Desktop.
Save kjunggithub/8612663 to your computer and use it in GitHub Desktop.

Requires:

Verify Homebrew is not sick:

brew doctor

Install Node (with NPM) with Homebrew:

brew install node

Add the following to your bash or zsh profile:

export NODE_PATH="/usr/local/lib/node"

export PATH="/usr/local/share/npm/bin:$PATH"

Restart Terminal, then run:

npm install -g yo grunt-cli bower

Yeoman is now installed with Node and NPM

Confirm Ruby is installed with:

ruby -v

Add Compass to your system gem file:

gem update --system && gem install compass

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