After install nvm with brew, and running nvm, it says nvm: command not found
nvm
nvm: command not found
How can I get the command to execute?
I had the same problem after running npm install
npm install
The following solution worked for me:
Run brew doctor to find broken symlinks for NPM
brew doctor
Run brew cleanup to clean them up
brew cleanup