-
Notifications
You must be signed in to change notification settings - Fork 183
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
Fails to run when extending from a remote layer #940
Comments
Thanks for reproduction - I will triage this within this week. Please do ping me if I do not update by then! |
Hey @ineshbose, pinging! |
Of course - I had scheduled Saturday to triage this but I wasn't able to get to it. Thanks for the nudge and your patience 🙏 Seeing the directory structure, it seems that the remote layer gets cloned in Meanwhile, there would be the workaround to add
|
Thanks for taking a look and for providing a workaround! |
Dependencies of layers are isolated to themselves (like any normal dependency without shamefully-hoist). if we install them globally, it causes dependency conflict and implicit dep-tree. so this at least expected behavior from giget. But @ineshbose can you please clarify better for issue? Why a dependency of layer is needed in project level imports? |
Thanks for explaining!
The dependency (module in this case) of a layer will generate templates in the build directory that will have imports to other module exports. In that case, it would be needed as a dependency to the project too I suppose |
Environment
Reproduction
Layer: https://github.com/Luca-Sett/test-layer
Project extending layer: https://github.com/Luca-Sett/test-project
Describe the bug
We are seeing errors with v6.13 when trying to extend a remote Nuxt Layer which has the module installed.
Both dev & build show errors about not being able to find a
merger
file.This worked in v6.12.2.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: