Skip to content

Instantly share code, notes, and snippets.

@DevSecOpsGuy
Created September 28, 2019 16:45
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 DevSecOpsGuy/9cfc403af10b69188d06eb7e3c2cd8f3 to your computer and use it in GitHub Desktop.
Save DevSecOpsGuy/9cfc403af10b69188d06eb7e3c2cd8f3 to your computer and use it in GitHub Desktop.
Node.js v10.x
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install gcc g++ make
sudo curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
sudo 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
node --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment