我试图在Ember-CLI中使用watchman,尽管我已经安装了它,但我得到了"Could not find watchman"错误。之后,我尝试手动运行watchman,得到以下错误:
$ watchman watch some_directory
/Users/piotrpalek/Library/LaunchAgents/com.github.facebook.watchman.plist: Operation not permitted
1417520511: tid=2122277632 unable to talk to your watchman!我正在使用OSX Yosemite,并通过Homebrew安装了watchman。
发布于 2014-12-03 00:49:12
我什么都试过了。但我没有在尝试一切之前重启我的macbook。我想这是未来的一个教训,因为重启我的mac确实解决了这个问题。
发布于 2016-03-07 23:57:55
你所需要做的就是重启你的终端。
https://stackoverflow.com/questions/27248693
复制相似问题