Skip to content

Instantly share code, notes, and snippets.

@MessiDaGod
Last active December 4, 2021 19:36
Show Gist options
  • Save MessiDaGod/0dd2d15ae817aa3e5fdff9c55fef1b8b to your computer and use it in GitHub Desktop.
Save MessiDaGod/0dd2d15ae817aa3e5fdff9c55fef1b8b to your computer and use it in GitHub Desktop.
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install gcc g++ make
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] 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