MongoDB 无法安装在我的 mac 上。我安装了自制软件以安装 Mongodb 但我收到了一些错误消息
MongoDB won't install on my mac. I installed homebrew in order to install Mongodb but I'm getting some error messages
我使用以下命令安装 mongodb:
my-MBP:~ user$ brew install mongodb:
这是输出
Error: No available formula with the name "mongodb"
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
These similarly named formulae were found:
mongodb/brew/mongodb-community mongodb/brew/mongodb-community@3.4
mongodb/brew/mongodb-community-shell mongodb/brew/mongodb-community@3.6
mongodb/brew/mongodb-community@3.2 mongodb/brew/mongodb-community@4.0
To install one of them, run (for example):
brew install mongodb/brew/mongodb-community
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
同样的事情发生为什么我尝试输入"brew install mongo."自制软件没有正确安装吗?我该如何具体解决这个问题?**
我会按照官方安装指南进行操作,如果您还没有这样做的话:
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
https://github.com/mongodb/homebrew-brew
要使用 brew 安装,您必须首先:
brew tap mongodb/brew
然后,
brew install <mongodb>
对于输入,mongodb
似乎不是一个选项。它应该类似于指南中显示的 mongodb-community@4.2
。
希望对您有所帮助!
我使用以下命令安装 mongodb:
my-MBP:~ user$ brew install mongodb:
这是输出
Error: No available formula with the name "mongodb"
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
These similarly named formulae were found:
mongodb/brew/mongodb-community mongodb/brew/mongodb-community@3.4
mongodb/brew/mongodb-community-shell mongodb/brew/mongodb-community@3.6
mongodb/brew/mongodb-community@3.2 mongodb/brew/mongodb-community@4.0
To install one of them, run (for example):
brew install mongodb/brew/mongodb-community
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
同样的事情发生为什么我尝试输入"brew install mongo."自制软件没有正确安装吗?我该如何具体解决这个问题?**
我会按照官方安装指南进行操作,如果您还没有这样做的话: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/ https://github.com/mongodb/homebrew-brew
要使用 brew 安装,您必须首先:
brew tap mongodb/brew
然后,
brew install <mongodb>
对于输入,mongodb
似乎不是一个选项。它应该类似于指南中显示的 mongodb-community@4.2
。
希望对您有所帮助!