Skip to content

Instantly share code, notes, and snippets.

@r17x
Last active October 28, 2018 18:30
Show Gist options
  • Select an option

  • Save r17x/dcda140fc52346b3d378973162f27b01 to your computer and use it in GitHub Desktop.

Select an option

Save r17x/dcda140fc52346b3d378973162f27b01 to your computer and use it in GitHub Desktop.
# example error
# scenario : 
$ yarn test (on react) # or
$ jest --watch

2016-09-22 10:49 node[79167] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)

# solution
# install watchman 
# macOS 
brew install watchman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment