Created
January 31, 2019 12:35
-
-
Save Banhawy/f5d6403a243520e18a2028badcec1ed5 to your computer and use it in GitHub Desktop.
[Install & Upgade Nodejs using NVM] #linux #javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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