I’ve started encountering some problems running ember serve
today. I see a number of lines like this:
file added tmp\babel-output_path-3AvwS5YU.tmp\project-name\tests\helpers
This looks to me as if files under tmp
are getting added to the watched files list. After these appear, I get a large number of EPERM
and ENOENT
errors, then the process exits, e.g.
EPERM, operation not permitted 'C:\Projects\project-name\tmp\funnel-output_path-nLpHnwxn.tmp'
I’ve installed up-to-date versions of ember and node, and been through several iterations of removing tmp
, node_modules
and bower_components
, followed by npm cache clean
and bower cache clean
, reinstalling ember etc. but the problem still persists. It has to be something in my setup/configuration, since a colleague can serve the same code successfully. Maybe something to do with the watcher configuration? I’m on Windows, if that makes any difference.
Thanks!