Anyone else having problems with rebuild not working?

I have been keeping up with versions and since version 1.4.2 I have noticed that rebuild was working intermittently. That is changes to some files would kick off rebuilds and changes to other files would not

I filed a bug here: https://github.com/meteor/meteor/issues/8075

Is it just me and my setup or are other people seeing this also?

This seems telated to your setup and might a permission issue …
Like you copies the app from another machine and it has a different user set to it…

I closed the bug. To workaround this if you see it:

  • Clear out your .meteor/local directory.
  • Clear out your node_modules directory.

meteor npm install
meteor

After this, rebuild was working as expected again.