Last active
August 29, 2015 14:18
-
-
Save happylinks/3c4229117fe6c686c211 to your computer and use it in GitHub Desktop.
NPM, Gulp, Bower
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
| 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