ember-cli: Error: FSEventStreamStart failed

seeing this lately after updating npm packages and then running ember serve, co-workers also have seen it, requires a reboot of machine to fix and allow my ember server to work again otherwise it crashes right away

ember-cli: 0.1.4
Ember: Canary
Watchman: 3.0.0
Mac OS X: 10.10.1 (14B25)
Node: 0.11.14

ember serve
version: 0.1.4
valid watchman found, version: [3.0.0]
Livereload server on port 35729
Serving on http://0.0.0.0:4200/

events.js:85
      throw er; // Unhandled 'error' event
            ^
Error: FSEventStreamStart failed
    at null.<anonymous> (/Users/jcope/Desktop/InboxHealth/inbox-dashboard/node_modules/ember-cli/node_modules/broccoli-sane-watcher/node_modules/sane/node_modules/fb-watchman/index.js:84:23)
    at emit (events.js:107:17)
    at readableAddChunk (_stream_readable.js:162:16)
    at Readable.push (_stream_readable.js:125:10)
    at Transform.push (_stream_transform.js:140:32)
    at JSONStream._transform (/Users/jcope/Desktop/InboxHealth/inbox-dashboard/node_modules/ember-cli/node_modules/broccoli-sane-watcher/node_modules/sane/node_modules/fb-watchman/node_modules/json-stream/lib/json-stream.js:30:14)
    at Transform._read (_stream_transform.js:183:22)
    at Transform._write (_stream_transform.js:167:12)
    at doWrite (_stream_writable.js:265:12)
    at writeOrBuffer (_stream_writable.js:252:5)
    at Writable.write (_stream_writable.js:197:11)
    at Socket.ondata (_stream_readable.js:539:20)
    at Socket.emit (events.js:107:17)
    at readableAddChunk (_stream_readable.js:162:16)

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 59 (18 by maintainers)

Most upvoted comments

@wez seems like closing out of sublime and then restarting my server makes the issue go away without needing a full restart of computer

If you´re using sublime text don´t include the hole ember project the issue should be gone if you leave out the “tmp” and “dist” folder, seems to be a problem with the amount of changes in those folders while starting the server.

Since I reduced the folders in the sublime project I never had the issue again.

Had this occurring on ember-cli 0.1.9, mavericks, sublime text 3

Restarting Sublime solved it

😃 happy coding peopols

Same here, restarted Sublime and it now works.