Skip to content
New issue

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

watcher crashes when watching a single file in repo root #57

Closed
skoblenick opened this issue Sep 12, 2017 · 0 comments
Closed

watcher crashes when watching a single file in repo root #57

skoblenick opened this issue Sep 12, 2017 · 0 comments

Comments

@skoblenick
Copy link

Environment macOS Sierra 10.12.6 (16G29)

$ node --version
v6.10.3
$ npm --version
3.10.10
  1. Code in gulpfile to reproduce:

    gulp.task('watch', function() {
        saneWatch('bower.json', {}, function() {
            gulp.start('bower');
        });
    });
    
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants