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-resolver
and@lukethacoder/lwrjs-lwc-module-provider
packagesThese handle the bespoke LWC
module
config. Can learn more about it here.2. Missing the
moduleProviders
config inlwr.config.json