xcode 为什么我不能安装watchman使用brew命令?

cgvd09ve  于 2023-01-10  发布在  其他
关注(0)|答案(1)|浏览(182)

我正在尝试运行一个react原生应用程序,但我被告知需要下载watchman,当我尝试运行brew install watchman命令时,它给出了以下错误:

Error: The following formula cannot be installed from bottle and must be
built from source.
  python@3.9
Install the Command Line Tools for Xcode 11.3.1 from:
  https://developer.apple.com/download/more/

我需要安装Xcode还是我只是错过了什么?有没有更简单的方法来安装watchman?
先谢谢你。

dohp0rv5

dohp0rv51#

如果你不介意,你可以尝试直接从Facebook的Homebrew Tap安装:

brew tap facebook/fb
brew update
brew install facebook/fb/watchman

相关问题