Conversation
README.md
Outdated
|
|
||
| - You might need to restart your terminal instance or run `. ~/.nvm/nvm.sh`. Restarting your terminal/opening a new tab/window, or running the source command will load the command and the new configuration. | ||
|
|
||
| - Previously used `bash`, but with `zsh` installed. You need to write the configuration to `~/.zshrc` and run `source ~/.zshrc`. |
There was a problem hiding this comment.
Can you elaborate on this scenario?
There was a problem hiding this comment.
macOS default command line tools is bash, but I have installed oh my zsh. When i run the installation command, open the new command line tools and type nvm -l, it will prompt nvm: command not found.
When I write the configuration to .zshrc , type 'nvm-l' and it will work.
There was a problem hiding this comment.
Following the steps in https://github.com/nvm-sh/nvm#troubleshooting-on-macos would already lead to "Try adding the snippet from the install section", which should have fixed things for you. Did it not?
There was a problem hiding this comment.
Sorry, I didn't notice, but why not put it together with the above.
No description provided.