Skip to content

Instantly share code, notes, and snippets.

@Banhawy
Created January 31, 2019 12:35
Show Gist options
  • Save Banhawy/f5d6403a243520e18a2028badcec1ed5 to your computer and use it in GitHub Desktop.
Save Banhawy/f5d6403a243520e18a2028badcec1ed5 to your computer and use it in GitHub Desktop.
[Install & Upgade Nodejs using NVM] #linux #javascript
# get nvm manager
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
#install nodejs version you need
nvm install v10.15.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment