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
Attempting to run a Nuxt 3.7.4 app will fail with this error.
ERROR Cannot start nuxt: Nuxt module should be a function: @nuxtjs/color-mode 8:26:25 a.m.
at loadNuxtModuleInstance (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/@nuxt/kit/dist/index.mjs:2466:11)
at async installModule (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/@nuxt/kit/dist/index.mjs:2389:47)
at async setup (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/shadcn-nuxt/dist/module.mjs:46:5)
at async normalizedModule (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/@nuxt/kit/dist/index.mjs:2140:17)
at async installModule (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/@nuxt/kit/dist/index.mjs:2397:95)
at async initNuxt (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/nuxt/dist/index.mjs:4684:5)
at async NuxtDevServer._load (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/nuxi/dist/chunks/dev2.mjs:1894:5)
at async NuxtDevServer.load (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/nuxi/dist/chunks/dev2.mjs:1828:7)
at async NuxtDevServer.init (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/nuxi/dist/chunks/dev2.mjs:1823:5)
at async Object.run (/C:/Users/ryanr/Documents/dev/ezeval.app/node_modules/nuxi/dist/chunks/dev-child.mjs:104:5)
Only when you change the version of shadcn-nuxt to version 0.10.4 can you get your project to run.
Reproduction
https://stackblitz.com/edit/github-bbdmxt?file=nuxt.config.ts
Describe the bug
Attempting to run a Nuxt 3.7.4 app will fail with this error.
Only when you change the version of
shadcn-nuxt
to version0.10.4
can you get your project to run.System Info
Contributes
The text was updated successfully, but these errors were encountered: