From ac6f2e0716ac3933d4066954ae4ca22cf5cd7986 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 3 Apr 2015 04:59:31 +0000 Subject: [PATCH] update website --- docs/troubleshooting.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting.html b/docs/troubleshooting.html index 493f704ff62..f95d22b2bdb 100644 --- a/docs/troubleshooting.html +++ b/docs/troubleshooting.html @@ -6,7 +6,8 @@ // To run on device, change `localhost` to the IP address of your computer, and make sure your computer and // iOS device are on the same Wi-Fi network. jsCodeLocation = [NSURL URLWithString:@"http://localhost:9381/index.ios.bundle"];

Watchman took too long to load #

Permission settings prevent Watchman from loading. A recent update solves this, get a HEAD install of Watchman if you are experiening this error.

brew uninstall watchman -brew install --HEAD watchman