Skip to content

Instantly share code, notes, and snippets.

@dinushchathurya
Created April 23, 2022 02:56
Show Gist options
  • Save dinushchathurya/bba7c1ec320a90fecfa74397f0961506 to your computer and use it in GitHub Desktop.
Save dinushchathurya/bba7c1ec320a90fecfa74397f0961506 to your computer and use it in GitHub Desktop.
Linux NodeJS
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