From c8e7a34ae402bf93beaaf04f8d0ea6af8d41374c Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 7 Apr 2015 02:42:13 +0000 Subject: [PATCH] update website --- docs/troubleshooting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.html b/docs/troubleshooting.html index 7c588872917..1a7286c0745 100644 --- a/docs/troubleshooting.html +++ b/docs/troubleshooting.html @@ -5,7 +5,7 @@ // // 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 + 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 experiencing this error.

brew uninstall watchman brew install --HEAD watchman

NPM locking error #

If in the react-native init <project> phase you saw npm fail with "npm WARN locking Error: EACCES" then try the following:

sudo chown -R $USER ~/.npm sudo chown -R $USER /usr/local/lib/node_modules