Skip to content

Instantly share code, notes, and snippets.

@jenofdoom
Last active August 30, 2015 01:47
Show Gist options
  • Save jenofdoom/24c5f379487850385c2e to your computer and use it in GitHub Desktop.
Save jenofdoom/24c5f379487850385c2e to your computer and use it in GitHub Desktop.
training room install node and bower
sudo apt-get install -y python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install -y nodejs
sudo npm install -g bower
sudo chown -R $(whoami) ~/.npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment