Skip to content

Instantly share code, notes, and snippets.

@adrianseeley
Created July 28, 2017 14:07
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 adrianseeley/968a4a228f07b25afb43df8642db0233 to your computer and use it in GitHub Desktop.
Save adrianseeley/968a4a228f07b25afb43df8642db0233 to your computer and use it in GitHub Desktop.
Node Popup ec2
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash
. ~/.nvm/nvm.sh
nvm install 8.2.1
node -e "console.log('Running Node.js ' + process.version)"
wget ZIPURL
unzip ZIPNAME
node FILENAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment