-
Notifications
You must be signed in to change notification settings - Fork 16
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
Infinite reload whe working with ember-guides #27
Comments
I think this is caused if you use yarn install in the guides instead of npm install, since it skips the lockfile, and we have a fragile dependency. Can you confirm if this is still the case after npm install? |
I’ve encountered this with a freshly-npm-installed set of dependencies too (and a volta-supplied node 10.16.3). Seems to occur when a requests lands prior to the build completing. |
This should now be fixed 🎉 If you want to try it out you can test this branch ember-learn/guides-source#1264 Let me know if this is still an issue and I'll try to recreate |
WIP to fix this in the Ember guides can be found here: ember-learn/guides-source#1269 and ember-learn/guides-source#1264 |
This happened when working with
guides-source
. Maybe, it's just a setup issue with just that project.Steps to replicate:
The text was updated successfully, but these errors were encountered: