Skip to content

Instantly share code, notes, and snippets.

@netdesignr
Last active November 21, 2018 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netdesignr/11298b335c0069931319cc121ef7df96 to your computer and use it in GitHub Desktop.
Save netdesignr/11298b335c0069931319cc121ef7df96 to your computer and use it in GitHub Desktop.
Error: `fsevents` unavailable (this watcher can only be used on Darwin)

Error: fsevents unavailable (this watcher can only be used on Darwin)

I came accross this lovely error while I was trying to run my Jest tests. I belive the error is mainly because of the latest IOS Mojave.

Make sure you have brew installed

brew -v
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install watchman

Enjoy!

Credits to @Meekohi
Reference: expo/expo#854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment