-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App not building after installing ember-service-worker #110
Comments
I see similar behavior, in that build times explode in length what might have taken 10+ seconds takes 10+ minutes. If I wait long enough I can use it. Without ember-service-worker
With ember-service-worker
|
So I solved the issue I believe. Thought I don't have a long term solution. Maybe report the issue to ember-rails, or see what ember-service-worker is doing with the tmp directory. The issue seems to be that ember-rails seems to leave a lot of extra things behind in the tmp directory, and this only grows over time while developing the app. I had a few GB of left over data in the tmp directory from previous runs. ... With all this left behind stuff and ember-service-worker the build seems to take very long. Not sure what the build is doing, but clearing out the tmp directory before building speeds everything up to basically normal build speed. |
I'm hitting the same issue. I'm using |
Same thing happen to my installation as well I can't rebuild the app |
@roelzkie15 Was your situation the same as others in this issue in that the use of |
I don't use |
After running
ember install ember-service-worker
, my app fails to build. I'm not really getting much in terms of console output, but this is what I see:The deprecation warning shows up in master branch of the project, but the
Warning: failed to stat...
is new.Any ideas?
Version: 0.6.12
The text was updated successfully, but these errors were encountered: