前提・実現したいこと
macOS 10.11.6
・nodebrewをインストールし、nodeのバージョンを管理したい。
homebrewをインストールしたのですが、nodebrewがインストールできず困っています。
よろしくお願い致します。
発生している問題・エラーメッセージ
==> Searching for similarly named formulae... Error: No similarly named formulae found. Error: No available formula or cask with the name "git". ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula found. ==> Searching taps on GitHub... Updating Homebrew... Error: No formulae found in taps. Error: 'git' must be installed and in your PATH! ==> Searching for similarly named formulae... Error: No similarly named formulae found. Error: No available formula or cask with the name "nodebrew". ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula found. ==> Searching taps on GitHub... Error: No formulae found in taps.
該当のソースコード
brew install nodebrew
補足情報(FW/ツールのバージョンなど)
上記のエラーはhomebrewをインストール際にも表示されてしまいましたが、
brew -v を入力すると以下が返ってきます。
homebrewはインストールされている?
Homebrew 3.1.2-36-gd6e5973 Homebrew/homebrew-core (no Git repository) Homebrew/homebrew-cask (git revision c5e67f1; last commit 2021-04-11)
brew doctor で以下が返ってきます。
macOS10.11でhomebrewを動かしている記事を見かけますが、サポートされてないのが原因なのでしょうか?
Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry or file an issue; just ignore this. Thanks! Warning: You are using macOS 10.11. 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: No available formula with the name "git".
あなたの回答
tips
プレビュー