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

ember-electron doesn't work with ember-cli-typescript #246

Closed
gossi opened this issue Apr 29, 2017 · 3 comments
Closed

ember-electron doesn't work with ember-cli-typescript #246

gossi opened this issue Apr 29, 2017 · 3 comments

Comments

@gossi
Copy link

gossi commented Apr 29, 2017

I tried to use typescript with ember-cli-typescript. After installing that package and running ember electron I got the following error:

$ ember electron
⠧ Building2017-04-30 01:28 ember[2206] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
2017-04-30 01:28 ember[2206] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
2017-04-30 01:28 ember[2206] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
2017-04-30 01:28 ember[2206] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
events.js:163
      throw er; // Unhandled 'error' event
      ^

Error: Error watching file for changes: EMFILE
    at exports._errnoException (util.js:1050:11)
    at FSEvent.FSWatcher._handle.onchange (fs.js:1376:11)
@chriskrycho
Copy link

chriskrycho commented Apr 29, 2017

For reference, this will (hopefully, eventually, 😬) get fixed at typed-ember/ember-cli-typescript#13, which the aforelinked issue duplicated. I'll do my best to update this issue when that one closes. (HELP FIXING THAT IS WELCOME!)

@pichfl
Copy link
Collaborator

pichfl commented Apr 30, 2017

Given that this is not limited to Ember-Electron but originates in the mentioned addon, I'll close this issue here.

@pichfl pichfl closed this as completed Apr 30, 2017
@chriskrycho
Copy link

For viewers following along at home: this issue was fixed in typed-ember/ember-cli-typescript#30 and that fix is in the ember-cli-typescript 0.4.0 release going out momentarily!

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

3 participants