I install react-native on windows 7 x64 using the official site guide.
When i test the instalation using react-native run-android inside my project folder, i got the following error on React Packager:
I already tried:
- Downloaded Watchman Alpha from https://github.com/facebook/watchman/issues/19, extract .zip and set manually watchman.exe in the path on environment variables.
The error still appearing.
Anyone knows how to fix this?