Skip to content

Could not find module entry with specifier "garden/app #6

Discussion options

You must be logged in to vote

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 packages

These handle the bespoke LWC module config. Can learn more about it here.

2. Missing the moduleProviders config in lwr.config.json

{
  "lwc": {
    "modules": [
      {
        "dir": "./.garden/components",
        "namespace": "garden"
      },
      {
        "dir": "./force-ap…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mirhossain8248
Comment options

Comment options

You must be logged in to vote
1 reply
@mirhossain8248
Comment options

Answer selected by mirhossain8248
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants