Last active
January 24, 2017 23:23
-
-
Save fagnersilva/7f0b64a08b2b14a320e9 to your computer and use it in GitHub Desktop.
Instalando nodejs npm bower gulp no Debian 8
This file contains hidden or 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
| 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