I am trying to install nvm. I already have node installed so I need to delete it to move forward but nothing I do seems to work to remove it. I installed node using homebrew. So Ive tried:
brew uninstall node
when I do this I get an error:
Error: No such keg: /usr/local/Cellar/node
so I check node -v
and it shows v18.6.0
so node is still there!
I found where node is installed thanks to this post I went to that directory and still got the same error.