Closed
Description
I followed the instructions in the readme but when I run npm start I get this error message:
[Error: Watcher took too long to load.]
Error: Watcher took too long to load.
at null._onTimeout (/Users/mrscobbler/Projects/react-native/packager/react-packager/src/FileWatcher/index.js:37:16)
at Timer.listOnTimeout as ontimeout
ERROR: could not create packager - please shut down any existing instances that are already running.
I don't think I have any other existing instances running (as far as I know). I installed Watchman. When I run which watchman I see this: /usr/local/bin/watchman
Any ideas on what could be wrong?