Watchman: `watchman version` and `watchman shutdown server` hang in the terminal indefinitely

Created on 1 Nov 2016  路  2Comments  路  Source: facebook/watchman

I'm finding that watchman is hanging in the background (called by react-native), or when run directly in the console.

watchman version and watchman shutdown-server just hang in the terminal, indefinitely. There is no response. The CPU is not spinning.

screen shot 2016-11-01 at 6 36 43 pm

watchman version:
screen shot 2016-11-01 at 6 38 36 pm

OS: Sierra 10.12.1
Xcode: 8.1
node: v7.0.0

I've tried uninstalling and reinstalling watchman to no avail.
brew upgrade has no effect, nor does brew doctor

Most helpful comment

Thanks for that @wez. The following cleared up the issue for now

launchctl unload ~/Library/LaunchAgents/com.github.facebook.watchman.plist
watchman version

All 2 comments

Thanks for that @wez. The following cleared up the issue for now

launchctl unload ~/Library/LaunchAgents/com.github.facebook.watchman.plist
watchman version
Was this page helpful?
0 / 5 - 0 ratings