ember-cli: Error: unable to resolve root

Error: unable to resolve root /Users/me/path/project/app: directory /Users/me/path/project/app is not watched
    at null.<anonymous> (/Users/me/path/project/node_modules/ember-cli/node_modules/broccoli-sane-watcher/node_modules/sane/node_modules/fb-watchman/index.js:84:23)

the particular path changes and has included

  • /Users/me/path/project/bower_components/qunit/qunit
  • /Users/me/path/project/bower_components/selectize/dist/css

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 45 (15 by maintainers)

Most upvoted comments

So not using sublime is the solution??? I tried using mac built in texteditor… ember serve stopped working after a while with that to.

watchman "version": "3.1.1" ember-cli 0.2.3 node: 0.12.2 npm: 2.7.6 ember: 1.10.1 and latest same error

running sudo pkill -9 -x fseventsd watchman shutdown-server lets me work again for 2-3 changes then it crash again.

Running watchman shutdown-server and restarting ember server solved this for me.

Had this problem after installing ember-cli-pretender and bower_components/FakeXMLHttpRequest was not watched.