\r\n \u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cscript setup>\r\nimport { lab } from 'd3-color'\r\nimport { differenceCiede2000 } from 'd3-color-difference'\r\n\r\nconsole.log(lab, differenceCiede2000)\r\n\u003C/script>\r\n```\r\n\r\n\n\n### Describe the bug\n\n> [nuxt] [request error] [unhandled] [500] require() of ES Module C:\\Users\\zumm\\new-projects\\mr\\.output\\server\\node_modules\\d3-color\\src\\index.js from C:\\Users\\zumm\\new-projects\\mr\\.output\\server\\node_modules\\d3-color-difference\\build\\d3-color-difference.js not supported.\r\n> Instead change the require of index.js in C:\\Users\\zumm\\new-projects\\mr\\.output\\server\\node_modules\\d3-color-difference\\build\\d3-color-difference.js to a dynamic import() which is available in all CommonJS modules.\r\n> at C:\\Users\\zumm\\new-projects\\mr\\.output\\server\\node_modules\\d3-color-difference\\build\\d3-color-difference.js:3:82\r\n> at Object.\u003Canonymous> (C:\\Users\\zumm\\new-projects\\mr\\.output\\server\\node_modules\\d3-color-difference\\build\\d3-color-difference.js:6:2)\r\n> at async Promise.all (index 0)\r\n> at async /C:/Users/zumm/new-projects/mr/.output/server/chunks/renderer.mjs:305:24\r\n> at async /C:/Users/zumm/new-projects/mr/.output/server/chunks/renderer.mjs:372:64\r\n> at async /C:/Users/zumm/new-projects/mr/.output/server/chunks/renderer.mjs:29:22\r\n> at async Object.handler (/C:/Users/zumm/new-projects/mr/.output/server/node_modules/h3/dist/index.mjs:634:19)\r\n> at async Server.toNodeHandle (/C:/Users/zumm/new-projects/mr/.output/server/node_modules/h3/dist/index.mjs:698:7)\r\n> \r\n\r\nI faced this bug while migrating my nuxt project from rc3 to rc13. There is no bug on rc3.\n\n### Additional context\n\nAdding these lines in config resolves issue:\r\n\r\n```js\r\nexport default defineNuxtConfig({\r\n nitro: {\r\n alias: {\r\n 'd3-color-difference': 'd3-color-difference/index.js'\r\n }\r\n }\r\n})\r\n```\n\n### Logs\n\n_No response_",[3057,3058],{"name":3020,"color":3021},{"name":3044,"color":3045},15405,"Import error in newest version","2023-01-19T17:49:45Z","https://github.com/nuxt/nuxt/issues/15405",0.66806704,{"description":3065,"labels":3066,"number":3072,"owner":3035,"repository":3035,"state":3036,"title":3073,"updated_at":3074,"url":3075,"score":3076},"### Environment\n\nNuxi 3.2.3 \r\n \r\nRootDir: /usr/src/app/packages/app \r\nNuxt project info: \r\n\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v18.14.1`\r\n- Nuxt Version: `3.2.3`\r\n- Nitro Version: `2.2.3`\r\n- Package Manager: `npm@9.5.0`\r\n- Builder: `vite`\r\n- User Config: `build`, `googleFonts`, `experimental`, `i18n`, `modules`, `runtimeConfig`, `typescript`, `vite`, `vue`\r\n- Runtime Modules: `@nuxtjs/google-fonts@3.0.0-1`, `@nuxtjs/i18n@8.0.0-beta.9-27948515.3db6367`, `@pinia/nuxt@0.4.7`\r\n- Build Modules: `-`\r\n------------------------------\r\n\n\n### Reproduction\n\nI don't know how to reproduce this since I don't know the source error of this issue :( At this point we don't know how to debug anything about this issue.\n\n### Describe the bug\n\nWe are facing a lot of this issue : \r\n\r\nSorry for obfuscating some informations, it's about a DNS that is for our client that want to stay anonymous.\r\n\r\n\r\nI don't know where to start in order to fix this issue.\r\nTo give some more informations, when we load the home there is more than 1000 requests done when loading the page : \r\n\r\n\r\n\r\nI'm not sure if there is some limitations arounds requests / seconds on the vite server that serve files?\r\n\r\nIt can happens 10 times / minutes. Sometimes loading the page works, sometimes it does not. \r\n\r\nAny ideas on how to at least debug this ?\n\n### Additional context\n\nWe setup our files outside the components folder, don't know if it has an impact in the bundling? \r\n\r\nWe built the project with the domain driven approach, in which a folder contains all the files containing a part of the projet\r\nExample : all the things related to the payment (store, components, hooks...) are in a specific folder, not splitted in differents folders following nuxt file system\r\n\r\n\r\n\r\nIn the components folder, it's about our design system components that are used inside the domains folders\n\n### Logs\n\n```shell-script\nNo log relevant at this point\n```\n",[3067,3068,3069],{"name":3020,"color":3021},{"name":3044,"color":3045},{"name":3070,"color":3071},"needs reproduction","FBCA04",19393,"Failed to import dynamic modules","2023-07-21T08:31:54Z","https://github.com/nuxt/nuxt/issues/19393",0.6709808,{"description":3078,"labels":3079,"number":3083,"owner":3035,"repository":3035,"state":3036,"title":3084,"updated_at":3085,"url":3086,"score":3087},"### Environment\n\nNuxt project info: 9:36:05 PM\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.16.1\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.5.2\r\n- Package Manager: npm@9.8.0\r\n- Builder: vite\r\n- User Config: extends, webVitals, typescript, devtools, app, tailwindcss, modules, runtimeConfig\r\n- Runtime Modules: @nuxthq/ui@2.6.0, @nuxt/content@2.7.1, @nuxtjs/web-vitals@0.2.6, @nuxtjs/fontaine@0.4.0, @nuxtjs/supabase@0.3.8, @pinia/nuxt@0.4.11, @pinia-plugin-persistedstate/nuxt@1.1.1\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nvercel output -\r\n```\r\nRunning \"npm run build\"\r\n21:33:33.574 | \r\n21:33:33.574 | > build\r\n21:33:33.574 | > nuxt build\r\n21:33:33.574 | \r\n21:33:33.649 | [log] Nuxi 3.6.5\r\n21:33:33.672 | [log] Nuxt 3.6.5 with Nitro 2.5.2\r\n21:33:34.953 | [info] [nuxt:tailwindcss] Using Tailwind CSS from ~/assets/css/tailwind.css\r\n21:33:36.924 | [error] Cannot find module 'postcss-custom-properties'\r\n21:33:36.924 | Require stack:\r\n21:33:36.924 | - /vercel/path0/app/index.js\r\n21:33:36.924 | Require stack:\r\n21:33:36.925 | - index.js\r\n21:33:36.925 | at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)\r\n21:33:36.925 | at Function.resolve (node:internal/modules/cjs/helpers:116:19)\r\n21:33:36.925 | at Function._resolve [as resolve] (node_modules/jiti/dist/jiti.js:1:250100)\r\n21:33:36.925 | at resolveModule (node_modules/@nuxt/kit/dist/index.mjs:2230:29)\r\n21:33:36.925 | at requireModule (node_modules/@nuxt/kit/dist/index.mjs:2240:24)\r\n21:33:36.925 | at node_modules/@nuxt/vite-builder/dist/shared/vite-builder.9774705b.mjs:851:20\r\n21:33:36.925 | at Array.map (\u003Canonymous>)\r\n21:33:36.925 | at resolveCSSOptions (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.9774705b.mjs:850:167)\r\n21:33:36.925 | at bundle (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.9774705b.mjs:1314:14)\r\n21:33:36.926 | at async build (node_modules/nuxt/dist/index.mjs:3793:5)\r\n```\r\n\n\n### Describe the bug\n\nupgrading to latest two versions does not work in dev and hosting. \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3080,3081,3082],{"name":3020,"color":3021},{"name":3044,"color":3045},{"name":3070,"color":3071},22237,"upgrade breaks my build in local and in vercel","2023-07-20T12:00:22Z","https://github.com/nuxt/nuxt/issues/22237",0.6714485,{"description":3089,"labels":3090,"number":3093,"owner":3035,"repository":3035,"state":3036,"title":3094,"updated_at":3095,"url":3096,"score":3097},"### Environment\n\n- Operating System: `Windows_NT` 00:12:12\r\n- Node Version: `v16.11.1`\r\n- Nuxt Version: `3.2.2`\r\n- Nitro Version: `-`\r\n- Package Manager: `pnpm@7.1.2`\r\n- Builder: `webpack`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\n\n### Reproduction\n\nhttps://github.com/rotick/axues/tree/ssr\n\n### Describe the bug\n\n## Steps to reproduce\r\n```bash\r\ngit clone https://github.com/rotick/axues.git\r\n\r\ncd axues\r\n\r\ngit checkout ssr\r\n\r\npnpm install\r\n\r\nnpm run dev:nuxt\r\n\r\n# open localhost:3000\r\n```\r\n\r\nI created the project using the following command but got a 500 error on startup.\r\n```bash\r\npnpm dlx nuxi init nuxt\r\n```\r\n\r\nI have no idea to this, can anybody help me?\r\n\r\nsource code in `./examples/nuxt`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n[vite-node] [ERR_MODULE_NOT_FOUND] vue\r\n\r\nat vue (imported from /@fs/E:/project/axues/node_modules/.pnpm/nuxt@3.2.2/node_modules/nuxt/dist/app/entry.mjs)\r\n```\r\n\r\nSometime error message is\r\n```\r\n[vite-node] [plugin:vite:vue] [VITE_ERROR] /@fs/E:/rotick/axues/node_modules/.pnpm/nuxt@3.2.2/node_modules/nuxt/dist/app/components/nuxt-root.vue\r\n```\n```\n",[3091,3092],{"name":3020,"color":3021},{"name":3070,"color":3071},19154,"500 error in pnpm monorepo","2023-08-23T07:57:33Z","https://github.com/nuxt/nuxt/issues/19154",0.6718628,{"labels":3099,"number":3103,"owner":3035,"repository":3035,"state":3036,"title":3104,"updated_at":3105,"url":3106,"score":3107},[3100,3101,3102],{"name":3020,"color":3021},{"name":3026,"color":3027},{"name":3029,"color":3030},14190,"Cannot find package 'vue-demi' when starting nuxt project from scratch with webpack","2023-01-19T17:37:47Z","https://github.com/nuxt/nuxt/issues/14190",0.6722416,{"description":3109,"labels":3110,"number":3113,"owner":3035,"repository":3035,"state":3036,"title":3114,"updated_at":3115,"url":3116,"score":3117},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.16.0\r\n- Nuxt Version: 3.5.0\r\n- Nitro Version: 2.4.0\r\n- Package Manager: pnpm@8.4.0\r\n- Builder: vite\r\n- User Config: modules, vite, css, imports, pinia, sitemap, app, ignore, telemetry, appConfig, devServer, nitro\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.6.6, @pinia/nuxt@0.4.8, @pinia-plugin-persistedstate/nuxt@1.1.1, @element-plus/nuxt@1.0.4, @nuxtjs/robots@3.0.0, nuxt-simple-sitemap@2.4.11\r\n- Build Modules: -\n\n### Reproduction\n\n-\n\n### Describe the bug\n\nCannot work after updating from 3.4.2 to 3.5.0 when run `dev`\r\n\r\nThis is error msg in terminal:\r\n\r\n```pwsh\r\nℹ Vite client warmed up in 8568ms\r\n[nitro] ✔ Nitro built in 7719 ms\r\n✔ Vite server hmr 20 files in 10116.675ms\r\n[Vue warn]: Unhandled error during execution of setup function \r\n at \u003CNuxtRoot>\r\n[nuxt] [request error] [unhandled] [500] nuxt.vueApp.runWithContext is not a function\r\n at callWithNuxt (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:210:24)\r\n at Object.runWithContext (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:32:29) \r\n\r\n at applyPlugin (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:111:37)\r\n at Module.applyPlugins (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:123:21) \r\n at createNuxtAppServer (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\entry.js:29:35) \r\n at __vite_ssr_exports__.default (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\entry.js:74:41)\r\n at default (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/@nuxt+vite-builder@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4_vue@3.3.2/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs:31:24)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\r\n at async Object.renderToString (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/vue-bundle-renderer@1.0.3/node_modules/vue-bundle-renderer/dist/runtime.mjs:176:19)\r\n at async /D:/GitRepo/serverless/frontend-monorepo/apps/dalle-nuxt3/.nuxt/dev/index.mjs:3201:21\r\n[Vue warn]: Unhandled error during execution of setup function \r\n at \u003CNuxtRoot>\r\n[nuxt] [request error] [unhandled] [500] nuxt.vueApp.runWithContext is not a function\r\n at callWithNuxt (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:210:24)\r\n at Object.runWithContext (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:32:29) \r\n\r\n at applyPlugin (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:111:37)\r\n at Module.applyPlugins (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\nuxt.js:123:21) \r\n at createNuxtAppServer (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\entry.js:29:35) \r\n at __vite_ssr_exports__.default (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\entry.js:74:41)\r\n at default (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/@nuxt+vite-builder@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4_vue@3.3.2/node_modules/@nuxt/vite-builder/dist/runtime/vite-node.mjs:31:24)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\r\n at async Object.renderToString (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/vue-bundle-renderer@1.0.3/node_modules/vue-bundle-renderer/dist/runtime.mjs:176:19)\r\n at async /D:/GitRepo/serverless/frontend-monorepo/apps/dalle-nuxt3/.nuxt/dev/index.mjs:3201:21\r\n```\r\n\r\nThis is error msg in browser:\r\n\r\n```pwsh\r\n500\r\n__vite_ssr_import_0__.hasInjectionContext is not a function\r\n\r\nat Module.useRoute (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\composables\\router.js:21:29)\r\nat setup (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\components\\nuxt-root.vue:35:63)\r\nat _sfc_main.setup (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\nuxt@3.5.0_@types+node@20.1.7_sass@1.62.0_typescript@5.0.4\\node_modules\\nuxt\\dist\\app\\components\\nuxt-root.vue:89:23)\r\nat callWithErrorHandling (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+runtime-core@3.2.47\\node_modules\\@vue\\runtime-core\\dist\\runtime-core.cjs.js:171:22)\r\nat setupStatefulComponent (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+runtime-core@3.2.47\\node_modules\\@vue\\runtime-core\\dist\\runtime-core.cjs.js:7194:29)\r\nat setupComponent (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+runtime-core@3.2.47\\node_modules\\@vue\\runtime-core\\dist\\runtime-core.cjs.js:7149:11)\r\nat renderComponentVNode (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+server-renderer@3.2.47_vue@3.2.47\\node_modules\\@vue\\server-renderer\\dist\\server-renderer.cjs.js:628:17)\r\nat renderToString (D:\\GitRepo\\serverless\\frontend-monorepo\\node_modules\\.pnpm\\@vue+server-renderer@3.2.47_vue@3.2.47\\node_modules\\@vue\\server-renderer\\dist\\server-renderer.cjs.js:906:26)\r\nat Object.renderToString$1 [as renderToString] (/D:/GitRepo/serverless/frontend-monorepo/apps/dalle-nuxt3/.nuxt/dev/index.mjs:3129:24)\r\nat Object.renderToString (/D:/GitRepo/serverless/frontend-monorepo/node_modules/.pnpm/vue-bundle-renderer@1.0.3/node_modules/vue-bundle-renderer/dist/runtime.mjs:177:40)\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3111,3112],{"name":3020,"color":3021},{"name":3044,"color":3045},20901,"nuxt.vueApp.runWithContext is not a function","2023-08-24T06:37:00Z","https://github.com/nuxt/nuxt/issues/20901",0.6751455,{"labels":3119,"number":3120,"owner":3035,"repository":3035,"state":3036,"title":3104,"updated_at":3121,"url":3122,"score":3123},[],14420,"2023-01-19T17:35:07Z","https://github.com/nuxt/nuxt/issues/14420",0.6751603,{"labels":3125,"number":3131,"owner":3035,"repository":3035,"state":3036,"title":3132,"updated_at":3133,"url":3134,"score":3135},[3126,3127,3128],{"name":3020,"color":3021},{"name":3044,"color":3045},{"name":3129,"color":3130},"upstream","E8A36D",13124,"PrimeVue integration fails load on runtime","2023-01-19T16:47:41Z","https://github.com/nuxt/nuxt/issues/13124",0.67614007,["Reactive",3137],{},["Set"],["ShallowReactive",3140],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fEsMvry7VM8m4EH_YDcTw8wGAI047AJ6CuPZaV1u5rAQ":-1},"/nuxt/nuxt.com/1069"]