Skip to content

Instantly share code, notes, and snippets.

@dgoguerra
Last active August 31, 2021 09:33
Show Gist options
  • Save dgoguerra/1a4efbf253d825ca35cdae105a3849f6 to your computer and use it in GitHub Desktop.
Save dgoguerra/1a4efbf253d825ca35cdae105a3849f6 to your computer and use it in GitHub Desktop.
Install node, npm, bower, gulp, compass in Ubuntu 16.04
sudo apt-get install -y git-core
sudo apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g bower
sudo npm install -g gulp
sudo apt-get install -y ruby ruby-dev
sudo gem install compass
@Jonathanlight
Copy link

Thanks dgoguerra ;)

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