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

For me I uninstalled watchman and then reinstalled it using brew as shown below:

npm r -g watchman 
brew install watchman

Leave a Comment