【发布时间】:2017-06-13 18:07:32
【问题描述】:
我的理解是 NVM 是通过 Homebrew 安装和管理节点版本的首选方式。
我有几个安装了 NVM 的 Node 版本。但看起来 Homebrew 安装仍然存在。我尝试了brew uninstall 节点但出现错误
Error: Refusing to uninstall /usr/local/Cellar/node/8.0.0_1
because it is required by babel 6.24.1, yarn 0.24.6, which are
currently installed.
You can override this and force removal with:
brew uninstall --ignore-dependencies node
【问题讨论】: