1.查看当前的node版本
node -v
2.查看使用brew 安装的版本,可以看到本机装了14、16、18版本的node
brew search node
3.卸载node
brew uninstall node@版本号 --force
如分别删除14、16、18版本的node命令如下文章来源:https://www.toymoban.com/news/detail-813452.html
brew uninstall node@14 --force
brew uninstall node@16 --force
brew uninstall node@18 --force
卸载成功!文章来源地址https://www.toymoban.com/news/detail-813452.html
到了这里,关于mac 使用brew卸载node的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!