Skip to content

Instantly share code, notes, and snippets.

@Gilbishkosma
Last active March 16, 2020 07:53
Show Gist options
  • Save Gilbishkosma/313b9ca1dc6d9e3ee3a2845a5f0112cc to your computer and use it in GitHub Desktop.
Save Gilbishkosma/313b9ca1dc6d9e3ee3a2845a5f0112cc to your computer and use it in GitHub Desktop.
NodeJs Installation system
#step1 : Get NVM (Node Version Manger)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
#step2 : Install the version of node.js you need
nvm install v12.16.1
#step3 : Enjoy the rest of your day!
Refrence: stackoverflow https://stackoverflow.com/questions/10075990/upgrading-node-js-to-latest-version/12570971#12570971
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment