我正在尝试在 Mac 上运行一个基本的 react native 项目(教程),但是在运行模拟器或部署到设备时,我得到了这个:
Error: watchman--no-pretty get-sockname returned with exit code null 2016-11-09T23:34:15,970: [cli] Failed to open /Users/myuser/Library/LaunchAgents/com.github.facebook.watchman.plist for write: Not a directory
我试图从 git 重新安装守望者,brew install --HEAD watchman
但没有帮助。
有什么建议么?
谢谢