Created
December 23, 2018 14:46
-
-
Save tomsihap/e703b9b063ecc101f5a4fc0b01a514c9 to your computer and use it in GitHub Desktop.
Install NVM in Ubuntu 18.04 with ZSH
This file contains 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
# Find the latest version on https://github.com/creationix/nvm#install-script | |
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash | |
# Add in your ~/.zshrc the following: | |
export NVM_DIR=~/.nvm | |
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" | |
$ source ~/.zshrc | |
# Usage : | |
$ nvm install node |
Thanks !
Thanks!!!
Thanks a humongous man
Thanks a loooot!
Thanks man, you save my day!!!
Thank you!!
Thank you!
Thank you!
when i run nvm install node
it throws me this
Version 'node' not found - try `nvm ls-remote` to browse available versions.
and then when i run nvm ls-remote
it throws me this
❯ nvm ls-remote
N/A
Thaaanks man, you save me!
Thaaaaaaaanks !
Saved my day, thanks!
Thanks !
Thanks!
Thanks!
many thanks
Thanks!!
You helped me a lot!
thanks this worked !
Thanks bro, very simple and efective :)
thx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you