react-native运行时报错 Error: `fsevents` unavailable (this watcher can only be used on Darwin)

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

在react-native run-android ios的时候报上述错误。

原因是因为watchman版本过低,或者是环境出现错误,需要重新安装watchman。

解决办法:

npm r -g watchman
brew install watchman

 

你可能感兴趣的:(ReactNative,react-native,watchman)