You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nitro 12:27:06 PM] ERROR Error: Could not load file:///home/michael/causing-us/friend-server/.quasar/electron/baseLayer/.nuxt/mdc-imports.mjs (imported by node_modules/@nuxtjs/mdc/dist/runtime/parser/index.mjs): ENOENT: no such file or directory, open 'file:///home/michael/causing-us/friend-server/.quasar/electron/baseLayer/.nuxt/mdc-imports.mjs'
undefined
[nuxt] build:done: 1.920s
Error occurred in handler for 'api:generateSite': [Error: Could not load file:///home/michael/causing-us/friend-server/.quasar/electron/baseLayer/.nuxt/mdc-imports.mjs (imported by node_modules/@nuxtjs/mdc/dist/runtime/parser/index.mjs): ENOENT: no such file or directory, open 'file:///home/michael/causing-us/friend-server/.quasar/electron/baseLayer/.nuxt/mdc-imports.mjs'] {
I'm not using Storybook, but I have this exact same issue with a Nuxt 3 programmatic build.
The difference seems to be tsconfig.server.json.
Reproduction
I have a working version (my attempted reproduction) and a non-working version (my app). Both builds work without the content module.
Environment
Hi, I'm having an issue similar to this: storybook-vue/storybook-nuxt#70
I'm not using Storybook, but I have this exact same issue with a Nuxt 3 programmatic build.
The difference seems to be
tsconfig.server.json
.Reproduction
I have a working version (my attempted reproduction) and a non-working version (my app). Both builds work without the content module.
Describe the bug
The difference seems to be
tsconfig.server.json
.tsconfig.server.json - not working
tsconfig.server.json - working
I'm new to Nuxt and not sure how to debug this. Why does it use a file: protocol?
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: