在使用Homebrew安装mongodb
brew install mongodb
报错:mongodb
mongodb: A full installation of Xcode.app 8.3.2 is required to compile this software.
Installing just the Command Line Tools is not sufficient.
Xcode can be installed from the App Store.
Error: An unsatisfied requirement failed this build.
说明Xcode版本过低,需要更新,如果你不想更新,可以通过使用命令:
brew search mongodb
查看更低版本的MongoDB,然后安装更低版本的MongoDB。
brew install mongodb@3.4
本文介绍在使用Homebrew安装MongoDB时遇到的错误:需要完整安装Xcode.app 8.3.2,仅安装命令行工具不足。提供了解决方案,包括更新Xcode或安装较低版本的MongoDB。

2931

被折叠的 条评论
为什么被折叠?



