Skip to content

Instantly share code, notes, and snippets.

@ccondry
Created October 22, 2020 18:04
Show Gist options
  • Save ccondry/5e487c7a55f1395f3b53ac41dc470cc1 to your computer and use it in GitHub Desktop.
Save ccondry/5e487c7a55f1395f3b53ac41dc470cc1 to your computer and use it in GitHub Desktop.
install yarn, npm, nodejs on linux
curl -sS 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 update
sudo apt install yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment