mac 使用brew卸载node

1.查看当前的node版本

复制代码
node -v

2.查看使用brew 安装的版本,可以看到本机装了14、16、18版本的node

复制代码
brew search node

3.卸载node

复制代码
 brew uninstall node@版本号 --force

如分别删除14、16、18版本的node命令如下

复制代码
brew uninstall node@14 --force
brew uninstall node@16 --force
brew uninstall node@18 --force

卸载成功!

相关推荐
林鸿群15 小时前
MacOS arm64 编译GStreamer iOS平台库
macos·ios
hi啦克15 小时前
macOS 下安装 zsh、zsh-syntax-highlighting、powerlevel9k、nerd-font
macos·zsh·语法高亮·powerlevel9k·nerd-font
Blue桃之夭夭15 小时前
WebStorm 快捷键大全(Windows / macOS 双平台对照)
windows·macos·webstorm
liliangcsdn1 天前
mac基于mlx运行轻量级模型gemma-3-270m
人工智能·macos
Digitally1 天前
如何将照片从Mac传输到安卓设备
android·macos
2501_916008891 天前
iOS 不上架怎么安装?多种应用分发方式解析,ipa 文件安装、企业签名、Ad Hoc 与 TestFlight 实战经验
android·macos·ios·小程序·uni-app·cocoa·iphone
Digitally2 天前
如何将三星手机的照片传输到Mac——6种可行的方法
macos·智能手机
学习研习社2 天前
移动硬盘上的文件消失了?以下是Mac电脑解决方法
macos·电脑
2501_916007472 天前
iOS 26 能耗检测实战指南,升级后电池掉速是否正常 + KeyMob + Instruments 实时监控 + 优化策略
android·macos·ios·小程序·uni-app·cocoa·iphone