Skip to content

Instantly share code, notes, and snippets.

@happylinks
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save happylinks/3c4229117fe6c686c211 to your computer and use it in GitHub Desktop.

Select an option

Save happylinks/3c4229117fe6c686c211 to your computer and use it in GitHub Desktop.
NPM, Gulp, Bower
mkdir ~/bin; ln -s `which nodejs` /bin/node; echo 'export PATH="$HOME/bin;$HOME/npm/bin;$PATH"' >> ~/.bashrc
npm config set prefix ~/npm
npm install -g bower
npm install -g gulp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment