Could not find module entry with specifier "garden/app #6
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Have you got an example repo to share? What operating system and lwc-garden/core version are you using? |
Beta Was this translation helpful? Give feedback.
-
|
Looks like you're missing a few packages and config. I'll update the documentation site shortly to make things a bit more clear. Here is a live working example if you need something to compare against: Looks like you are missing 2 key things: 1. missing
|
Beta Was this translation helpful? Give feedback.

Looks like you're missing a few packages and config. I'll update the documentation site shortly to make things a bit more clear.
Here is a live working example if you need something to compare against:
https://stackblitz.com/edit/lwc-garden-minimal-config?file=lwr.config.json
Looks like you are missing 2 key things:
1. missing
@lukethacoder/lwc-module-resolverand@lukethacoder/lwrjs-lwc-module-providerpackagesThese handle the bespoke LWC
moduleconfig. Can learn more about it here.2. Missing the
moduleProvidersconfig inlwr.config.json{ "lwc": { "modules": [ { "dir": "./.garden/components", "namespace": "garden" }, { "dir": "./force-ap…