We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment macOS Sierra 10.12.6 (16G29)
$ node --version v6.10.3 $ npm --version 3.10.10
Code in gulpfile to reproduce:
gulp.task('watch', function() { saneWatch('bower.json', {}, function() { gulp.start('bower'); }); });
Run gulp. wait about 5 seconds... gulp exits with:
2017-09-12 13:51 gulp[35101] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
2017-09-12 13:51 gulp[35101] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22) events.js:160 throw er; // Unhandled 'error' event ```
This issue seems to be related to fb-watchman on MacOS Sierra see facebook/react-native#9309.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment macOS Sierra 10.12.6 (16G29)
Code in gulpfile to reproduce:
Run gulp. wait about 5 seconds... gulp exits with:
2017-09-12 13:51 gulp[35101] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
events.js:160
throw er; // Unhandled 'error' event
```
This issue seems to be related to fb-watchman on MacOS Sierra see facebook/react-native#9309.
The text was updated successfully, but these errors were encountered: