-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Bug: globby -> fast-glob regression #56
Comments
Hey Matteo, thanks for reporting and documenting the issue. I know @naltatis also came across this. I'd like to fix it be referencing a fixed fast-glob version, but there is nothing published yet.
For now I recommend to add fast-glob@3.1.1 as a dependency for you app, so that you do not have to rely on a new UIengine release fixing this. Nevertheless I'll see what I can do with the next regular update I'm trying to publish soon. |
Thanks Dennis, it seems to have broken havoc in quite some places! Looking forward to the next update! 🎸 |
The freshly released v3.0.0 contains a fix for this problem :) |
Describe the bug
A fresh install fails to build the demo project.
To Reproduce
Steps to reproduce the behavior:
notably, the list of available child pages is empty.
Expected behavior
The build succeeds
Additional context
Tried a fresh install with Node v10, v12, v13, same results. This did not happen in the past and does not seem to be tied to version 2.6.x. Tried with v2.5.9 and it still breaks. This seems to be a problem with a downward dependency.
EDIT: found the culprit in fast-glob. Version 3.1.1 works fine. version 3.2.2 fails.
Quick workaround:
Any course of action to avoid this?
Thanks in advance,
Matteo
The text was updated successfully, but these errors were encountered: