Ask Different is a question and answer site for power users of Apple hardware and software. It only takes a minute to sign up.
Sign up to join this community
Anybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
Asked
Viewed
5 times
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
==> Downloading https://formulae.brew.sh/api/formula.jws.json
######################################################################## 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
######################################################################## 100.0%
% which node
/opt/homebrew/opt/node@14/bin/node
% node -v
v14.21.3
ย
Leave a Reply