我刚刚输入了brew install mongo,它给了我这个输出。
我的问题是现在该怎么做,我必须安装mongo-c-driver、mongo-cxx-driver、mongo-orchestration、mongoose
谢谢
shouryasharma@Shouryas-MacBook-Air ~ % brew install mongo
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> Updated Casks
Updated 3 casks.
==> Searching for similarly named formulae...
These similarly named formulae were found:
mongo-c-driver mongo-cxx-driver mongo-orchestration mongoose
To install one of them, run (for example):
brew install mongo-c-driver
Error: No available formula or cask with the name "mongo".
==> 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.
shouryasharma@Shouryas-MacBook-Air ~ % 发布于 2021-04-15 14:31:55
在执行命令"brew install“之前只需执行该命令,
brew tap mongodb/brew你也可以在mongodb的官方网站上找到所有的步骤,
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
https://stackoverflow.com/questions/67103285
复制相似问题