Skip to content

Instantly share code, notes, and snippets.

@webarthur
Created February 12, 2017 15:00
Show Gist options
  • Save webarthur/df7631edca800ae90c3df39d60b3d94b to your computer and use it in GitHub Desktop.
Save webarthur/df7631edca800ae90c3df39d60b3d94b to your computer and use it in GitHub Desktop.
Instação do node js via PPA para Ubuntu
cd ~
curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install nodejs
// opicional
sudo apt-get install build-essential
// fonte: https://www.digitalocean.com/community/tutorials/como-instalar-o-node-js-no-ubuntu-16-04-pt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment