From 722e60cfe2cfe77a97bf2fd3cd84b982448954bb Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 23 Jun 2015 02:40:14 +0000 Subject: [PATCH] update website --- docs/troubleshooting.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting.html b/docs/troubleshooting.html index 8fae6589521..f4198ab6525 100644 --- a/docs/troubleshooting.html +++ b/docs/troubleshooting.html @@ -7,7 +7,12 @@ // 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 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

Debugging in Chrome hangs and/or does not work well #

It is possible that one of your Chrome extensions is interacting in unexpected ways with the debugger. If you are having this issue, try disabling all of your extensions and re-enabling them one-by-one until you find the problematic extension.