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

卸载成功!

相关推荐

  1. Macnodejs

    2024-01-12 11:08:02       44 阅读
  2. mac上用brew安装node

    2024-01-12 11:08:02       33 阅读
  3. Mac中如何干净 IDEA

    2024-01-12 11:08:02       56 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-12 11:08:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-12 11:08:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-01-12 11:08:02       87 阅读
  4. Python语言-面向对象

    2024-01-12 11:08:02       96 阅读

热门阅读

  1. vue中 ref 和 $refs的使用

    2024-01-12 11:08:02       56 阅读
  2. 谈谈CPU,MCU,SOC的区别和用途

    2024-01-12 11:08:02       46 阅读
  3. 自然语言处理-用于预训练词嵌入的数据集

    2024-01-12 11:08:02       68 阅读
  4. golang中的字符串拼接

    2024-01-12 11:08:02       58 阅读
  5. 数据库系统原理总结之——数据库编程

    2024-01-12 11:08:02       57 阅读