NuxtN
Nuxt2w ago
10 replies
Felix

Multiple nuxt versions in monorepo

Is this possible? My builds are failing for mysterious reasons. AI managed to get it building for one of the projects (nuxt 4) by setting vite.resolve.dedupe to ['nuxt'] but i have no idea of the implications, but the other project (nuxt 3) is still failing to run properly:

 Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/repo/apps/web/.output/server/node_modules/vue/server-renderer/index.mjs' imported from /repo/apps/web/.output/server/chunks/routes/renderer.mjs
Was this page helpful?