Skip to content

Instantly share code, notes, and snippets.

@rawnly
Created March 16, 2018 00:03
Show Gist options
  • Save rawnly/ad83425f3c36639ec9f09fbf79aaf26b to your computer and use it in GitHub Desktop.
Save rawnly/ad83425f3c36639ec9f09fbf79aaf26b to your computer and use it in GitHub Desktop.
Install nodejs
cd ~;
curl -sL https://deb.nodesource.com/setup_8.x -o nodesource_setup.sh;
sudo bash nodesource_setup.sh;
sudo apt-get install nodejs;
npm i -g yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment