brew upgrade node failed with error Error: node not installed ,即使我安装了旧版本的节点

问题描述

安装了自制软件的 Mac OS 10.13.6,由于新的自制软件政策,今天不得不升级

Can't update or upgrade Homebrew

执行此操作后,尝试将节点升级到最新版本并出现以下错误

Warning: You are using macOS 10.13.
We (and Apple) do not provide support for this old version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
old version.

Error: node not installed

事实上我确实安装了旧版本的节点

node -v
v12.0.0

如何解决这个奇怪的问题?

注意

几周前我在下面使用旧版本的节点

Install NVM On Mac With Brew

我真的很困惑 atm,谁在管理 MAC 上的节点?是 NVM/自制软件吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...