Skip to content

Instantly share code, notes, and snippets.

@0x4007
Created September 29, 2019 13:06
Show Gist options
  • Save 0x4007/da7c92491ebcf5395371f15aadb0cce7 to your computer and use it in GitHub Desktop.
Save 0x4007/da7c92491ebcf5395371f15aadb0cce7 to your computer and use it in GitHub Desktop.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
. ~/.nvm/nvm.sh
nvm install node
node -e "console.log('Running Node.js ' + process.version)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment