NuxtN
Nuxt8mo ago
4 replies
lixs

Nuxt Debug Named default

Hi,

I have recompiled my project today and suddenly getting an error such as:
The requested module 'http://localhost:5173/_nuxt/node_modules/debug/src/browser.js?v=46864f77' doesn't provide an export named: 'default'

I have definitly no clue were to look for. Any hint/help is much appreciated.

THis error appears when navigating to a specific page on my project.

Commenting
import type { ExtractedTextSection, SourceOrigin } from '~/types/project'
// import { parseMarkdown } from '@nuxtjs/mdc/runtime'
import SectionCard from '~/components/projects/SectionCard.vue'
import type { MDCParserResult } from '@nuxtjs/mdc'

Remove the issue so looks like it's the mdc libs
Was this page helpful?