Skip to content

Instantly share code, notes, and snippets.

@thomasgohard
Last active December 20, 2015 16:08
Show Gist options
  • Save thomasgohard/6158825 to your computer and use it in GitHub Desktop.
Save thomasgohard/6158825 to your computer and use it in GitHub Desktop.
Installing node.js and grunt on Ubuntu
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
sudo npm install -g grunt-cli
sudo npm install -g bower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment