-
-
Save mike-casas/6d489bebf48d89f5109cd1395aabe150 to your computer and use it in GitHub Desktop.
After install zsh | |
- brew update | |
- brew install nvm | |
- mkdir ~/.nvm | |
after in your ~/.zshrc or in .bash_profile if your use bash shell: | |
export NVM_DIR=~/.nvm | |
source $(brew --prefix nvm)/nvm.sh |
Super helpful !!! thank you so much!
Thanks! 💃
Thanks
Thank you so much.Very useful.👍👋
My regards! 👏🏻
Awesome, thanks!
Hey! I found it not work when I try to open a new terminal . Do you have any idea ?
Did you enter directly in your terminal @0xtaosu? It sounds like it isn't correctly added to your ~/.zshrc or in .bash_profile.
good job
thank you so much for this. it worked 😇
Thanks! Good job! 🎉
@brenoprata10 also for me
thanks
Quick heads up.
If you use ZSH, and use Oh-My-ZSH, you don't need to add to ~/.zshrc
Just follow instructions for lukechilds/zsh-nvm at the section as a ZSH plugin
# ~/.zshrc
# Which plugins would you like to load?
# Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
nvm
)
export ZSH="$HOME/.oh-my-zsh"
source $ZSH/oh-my-zsh.sh
# ...
@renoirb just followed lukechilds/zsh-nvm at the section as a ZSH plugin instructions and worked like a charm! Thanks!
@renoirb your recommended way works just fine
helped
I use
- Mac os Big Sur (11.7.4)
- zsh instead of bash
When I restart terminal, it doesn't recognise the nvm command.
What should I do to solve this issue with .zshrc?
Thanks for your help
I use
- Mac os Big Sur (11.7.4)
- zsh instead of bash
When I restart terminal, it doesn't recognise the nvm command. What should I do to solve this issue with .zshrc?
Thanks for your help
please recheck in your ~/.zshrc file this lines :
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
thanks so much
/Users/shrsing3/.zshrc:59: command not found: brew
/Users/shrsing3/.zshrc:source:59: no such file or directory: /nvm.sh
I get the following error every time I open a new terminal session
/Users/shrsing3/.zshrc:59: command not found: brew /Users/shrsing3/.zshrc:source:59: no such file or directory: /nvm.sh
I get the following error every time I open a new terminal session
please try next lines in your .zshrc file in terminal
open ~/.zshrc
in the .zshrc add the next lines
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
Thanks! was about to waste an hour...
thank you! <3
Thank you!
thank you! 💟
thank you. This worked!
Absolute legend!! Cheers!!
Hats off to you! 🎩
i was looking for the addition part in zshrc. because default one was making it slow. this helped. thanks!
Thanks! It works for me