Why can't I uninstall node with homebrew?

Advertisements I’m on a MacBook running MacOS 12.6.1 I’m trying to uninstall node. But its not working. How can I fix this? See the output below: % node -v v14.21.3 % which node /opt/homebrew/opt/node@14/bin/node % ls -al /opt/homebrew/opt/node@14 lrwxr-xr-x 1 me admin 25 Mar 6 21:26 /opt/homebrew/opt/node@14 -> ../Cellar/node@14/14.21.3 % brew uninstall node –force ==>… Read More Why can't I uninstall node with homebrew?

Homebrew/Node.js showing up though not installed

Advertisements When I do find . -name "node*" from my root directory, I get: ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node_exporter.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/nodeenv.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node-sass.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node@14.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node@10.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/nodebrew.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node@12.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/nodenv.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node@16.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node-build.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node@18.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Aliases/nodejs ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Aliases/node@19 ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Aliases/node.js ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask/Casks/nodeclipse.rb ./usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask/Casks/nodebox.rb ./usr/local/Homebrew/Library/Homebrew/rubocops/cask/extend/node.rb ./usr/local/Homebrew/Library/Homebrew/test/language/node_spec.rb ./usr/local/Homebrew/Library/Homebrew/language/node.rb but brew ls doesn’t show node and node -v and npm show that the commands are not installed on PATH? What’s… Read More Homebrew/Node.js showing up though not installed

mac intel chip 'zsh: command not found: mysql' after install through brew

Advertisements It is complicate situation I installed mysql@5.7 through brew zsh can’t find mysql command. so, I add mysql path to ~/.zprofile but still zsh can’t find mysql, in addition can’t find brew if I remove mysql path, then zsh can find brew but not myqsl this is my ~/.zprofile # Added by Toolbox App… Read More mac intel chip 'zsh: command not found: mysql' after install through brew

Misconfigured local Homebrew formula repo?

Advertisements On my (Intel) mac entering git status /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula I get: fatal: not a git repository (or any of the parent directories): .git I’m pretty sure that’s what’s supposed to happen. How do I restore my Homebrew to the correct configuration? >Solution : git status operates on the Git repository you’re in right now. If… Read More Misconfigured local Homebrew formula repo?