我正在尝试运行一个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的方法?
提前谢谢你。
发布于 2021-03-10 01:13:46
如果你不介意,你可以尝试直接从Facebook的Homebrew Tap安装:
brew tap facebook/fb
brew update
brew install facebook/fb/watchmanhttps://stackoverflow.com/questions/66545696
复制相似问题