Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active October 9, 2018 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blue-bird1/b7f3ef9479ec35f955666563627b10f3 to your computer and use it in GitHub Desktop.
Save blue-bird1/b7f3ef9479ec35f955666563627b10f3 to your computer and use it in GitHub Desktop.
debian node and yarn install #debian
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment