Skip to content

Instantly share code, notes, and snippets.

@vallamost
Created March 26, 2018 01:56
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 vallamost/cb0a94b9cbc71441bd92f885fd9d2c9d to your computer and use it in GitHub Desktop.
Save vallamost/cb0a94b9cbc71441bd92f885fd9d2c9d to your computer and use it in GitHub Desktop.
install nodejs LTS on amazon linux 2 from binaries
cd ~
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
. ~/.nvm/nvm.sh
nvm install --lts
node -e "console.log('Running Node.js ' + process.version + ', have fun.')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment