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

FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22) #31

Open
sunfmin opened this issue Sep 18, 2017 · 0 comments

Comments

@sunfmin
Copy link
Owner

sunfmin commented Sep 18, 2017


FeliMac:ui sunfmin$ npm run test

> [email protected] test /Users/sunfmin/gopkg/src/github.com/theplant/qor-exchange-gsheet/gappscripts/ui
> react-scripts test --env=jsdom

2017-09-18 15:04 node[4862] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
2017-09-18 15:04 node[4862] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
2017-09-18 15:04 node[4862] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
events.js:182
      throw er; // Unhandled 'error' event
      ^

Error: Error watching file for changes: EMFILE
    at _errnoException (util.js:1026:11)
    at FSEvent.FSWatcher._handle.onchange (fs.js:1360:9)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] test: `react-scripts test --env=jsdom`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/sunfmin/.npm/_logs/2017-09-18T07_04_22_800Z-debug.log


facebook/create-react-app#871

It solved after install watchman

brew install watchman
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

1 participant