You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also installed it globally, I don't think that's the problem though. The reporter in the RN issue is using npm. I think watchman might be a dependency of jest and it gets screwed up somehow.
Running
yarn test
givesThis was fixed by doing
brew link automake
brew install --HEAD watchman
facebook/react-native#910
Other people might have this problem aswell. If we don't plan on fixing it atm we should at least include the fix in the README.
The text was updated successfully, but these errors were encountered: