Closed FabianMontoya closed 5 months ago
@farnabaz this is the issue we were chatting about.
I have narrowed it down to changes from the @nuxt/module-builder
package 0.7.0
upgrade. See the 0.7.0
Release
The latest version on main is causing export interfaces in /dist/types.d.*
that should not be exposed, that in turn are overriding ModuleOptions
for all nuxt modules declared in a host project's nuxt.config.ts
(ignore the red lines)
@danielroe @ricardogobbosouza tagging you in here as I believe the issue may stem from this PR, or is it a configuration change needed in this repo?
@FabianMontoya the headings issues were fixed here: https://github.com/nuxt-modules/mdc/pull/220
You are quite right. It's a bug in @nuxt/module-builder
.
Released a new version of @nuxt/module-builder
which should resolve the issue 🙏
Thank u
I'm having an error when I added
@nuxtjs/mdc
module, my use cases is fetching a cms endpoint and get the markdown and render it into my Nuxt app.I'm using:
Nuxt 3.11.2 with Nitro 2.9.6 @nuxtjs/mdc v0.8.0 pnpm 8.15.8
when I run
pnpm dev
first, I began to receivevue-tsc
errors, for example:And it's a part of i18n module and it works before add
@nuxtjs/mdc
module.And I'm getting this errors:
I'm not doing anything else, only, add the module, and run the app