当前位置:   article > 正文

mac 使用brew卸载node_brew uninstall

brew uninstall

1.查看当前的node版本

node -v

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

brew search node

3.卸载node

 brew uninstall node@版本号 --force

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

  1. brew uninstall node@14 --force
  2. brew uninstall node@16 --force
  3. brew uninstall node@18 --force

卸载成功!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/256707
推荐阅读
相关标签
  

闽ICP备14008679号