Skip to content

Instantly share code, notes, and snippets.

@fagnersilva
Last active January 24, 2017 23:23
Show Gist options
  • Save fagnersilva/7f0b64a08b2b14a320e9 to your computer and use it in GitHub Desktop.
Save fagnersilva/7f0b64a08b2b14a320e9 to your computer and use it in GitHub Desktop.
Instalando nodejs npm bower gulp no Debian 8
curl -sL https://deb.nodesource.com/setup_6.x | bash -
sudo apt-get install -y nodejs
$ npm install -g 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