You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: If you're using zsh you can easily install nvm as a zsh plugin. Install zsh-nvm and run nvm upgrade to upgrade.
The above line should be under Installation, not Important Notes.
Following the instruction, on Mac OSX, zsh is a default and hence I was able to install (or more like add) zsh by adding nvm to the ~/.zshrc file, instead of doing any curl or wget like this doc suggests.
It would be great if this can be fixed since zsh-nvm does not explain about nvm installed in zsh at all.
The text was updated successfully, but these errors were encountered:
@leochoo if you do not do the curl/wget like the doc suggests, then you are using an unsupported installation mechanism, and i won't be able to help you with any issues you encounter.
Note: If you're using zsh you can easily install nvm as a zsh plugin. Install zsh-nvm and run nvm upgrade to upgrade.
The above line should be under Installation, not Important Notes.
Following the instruction, on Mac OSX, zsh is a default and hence I was able to install (or more like add) zsh by adding
nvm
to the~/.zshrc
file, instead of doing any curl or wget like this doc suggests.It would be great if this can be fixed since zsh-nvm does not explain about nvm installed in zsh at all.
The text was updated successfully, but these errors were encountered: