Nuxt module should be a function: mande/nuxt

41 views Asked by At

I run my project using pnpm run dev -o, it gives me an error tellingĀ  Nuxt module should be a function: mande/nuxt

I installed mande by using npm install mande and added it as a build module as well buildModules: ['mande/nuxt'] and also include mande/nuxt in my tsconfig.json. After all these, when I run my project using pnpm run dev -o, it gives me an error tellingĀ  Nuxt module should be a function: mande/nuxt

0

There are 0 answers