Skip to content

Commit a597809

Browse files
committed
Merge pull request #585 from tehfailsafe/patch-2
Add watchman permission errors
2 parents f895ce7 + 750c633 commit a597809

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

docs/Troubleshooting.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using a non-QWERTY/AZERTY keyboard layout you can use the `Hardware >
2020

2121
Something is probably already running on port 8081. You can either kill it or try to change which port the packager is listening to.
2222

23-
### Kill process on port 8081
23+
##### Kill process on port 8081
2424
`$ sudo lsof -n -i4TCP:8081 | grep LISTEN`
2525

2626
then
@@ -29,7 +29,7 @@ then
2929

3030

3131

32-
### Change the port in Xcode
32+
##### Change the port in Xcode
3333
Edit `AppDelegate.m` to use a different port.
3434
```
3535
// OPTION 1
@@ -41,3 +41,12 @@ Edit `AppDelegate.m` to use a different port.
4141
// iOS device are on the same Wi-Fi network.
4242
jsCodeLocation = [NSURL URLWithString:@"http://localhost:9381/index.ios.bundle"];
4343
```
44+
45+
46+
## Watchman took too long to load
47+
Permission settings prevent Wathcman to load. A recent update solves this, get a HEAD install of Watchman if you are experiening this error.
48+
49+
```
50+
brew uninstall watchman
51+
brew install --HEAD watchman
52+
```

0 commit comments

Comments
 (0)