-
-
Save Jonathanlight/154bbcc39e745ba833c17c10a222f107 to your computer and use it in GitHub Desktop.
Install node, npm, bower, gulp, compass in Ubuntu 16.04
This file contains 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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment