Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

zsh command not found [ nvm command not found after install successfully in macOs ]

brew install nvm

I am installed successfully NVM in my macOs. But also then after I got NVM command not found error.

like image 572
Aakash Limbani Avatar asked Oct 28 '25 04:10

Aakash Limbani


1 Answers

Reinstall nvm again.

brew reinstall nvm

create the .zshrc file.

vi ~/.zshrc

Paste code which I am write here

# NVM Akash Stuff
export NVM_DIR="$HOME/.nvm"
. "/usr/local/opt/nvm/nvm.sh"
like image 136
Aakash Limbani Avatar answered Oct 29 '25 20:10

Aakash Limbani



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!