Y@
[nuxt] [request error] [unhandled] [500] Cannot find module’ vue/server-renderer/index.mjs’ (3.12.2)
This issue also coming from ckeditor plugin like wiris, crop, etc. I'm using @ckeditor/ckeditor5-core v42.0.0, after while ago I'm running my app again. and I got some problem "ckeditor duplicate module". I open the error what coming from file is, And I check, The plugins using new version, So I pass all my plugins ckeditor to resolutions to keep version. Not just from nuxt side, from nextjs side exact same problem
24 replies
[nuxt] [request error] [unhandled] [500] Cannot find module’ vue/server-renderer/index.mjs’ (3.12.2)
you are using pnpm and I tried your solutions not working, but I'm using yarn and I tried this:
"resolutions": {
"vue": "3.4.31"
}
it worked also, so i can remove the command cp before. thanks 🙂
24 replies
[nuxt] [request error] [unhandled] [500] Cannot find module’ vue/server-renderer/index.mjs’ (3.12.2)
- Operating System:
Darwin
- Node Version: v20.15.1
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.7
- Package Manager: [email protected]
- Builder: -
- User Config: devtools
, vite
, css
, modules
, imports
, routeRules
, pwa
, app
, runtimeConfig
, plugins
, device
, devServer
, lodash
, experimental
, compatibilityDate
- Runtime Modules: @pinia/[email protected]
, @pinia-plugin-persistedstate/[email protected]
, [email protected]
, @vite-pwa/[email protected]
, @bootstrap-vue-next/[email protected]
, [email protected]
, @nuxtjs/[email protected]
, @vueuse/[email protected]
, floating-vue/nuxt
, [email protected]
- Build Modules: -
24 replies