Unable to develop an npm linked module (error: "fails to load url")
Hello.
I've just set up a starter module repo using the starter template code and have NPM linked it from a Nuxt project.
However, when I configure Nuxt to see the module, and start the server, I get the following error:
I have run the prepare and build scripts in the module repo, and I can see the files exist.
However, if I copy/paste the code to my app's
Is it that Nuxt / Nitro doesn't see them, or is there something else at play?
I've just set up a starter module repo using the starter template code and have NPM linked it from a Nuxt project.
However, when I configure Nuxt to see the module, and start the server, I get the following error:
I have run the prepare and build scripts in the module repo, and I can see the files exist.
However, if I copy/paste the code to my app's
modules folder, it works first time.Is it that Nuxt / Nitro doesn't see them, or is there something else at play?
