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)
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-cli0.2.3node:0.12.2npm:2.7.6ember:1.10.1and latest same errorrunning
sudo pkill -9 -x fseventsdwatchman shutdown-serverlets me work again for 2-3 changes then it crash again.Running
watchman shutdown-serverand restarting ember server solved this for me.Had this problem after installing ember-cli-pretender and
bower_components/FakeXMLHttpRequestwas not watched.