component after recent update.","2024-01-31T20:49:03Z","https://github.com/nuxt/nuxt/issues/22383",0.61832386,{"description":2016,"labels":2017,"number":2022,"owner":1997,"repository":1997,"state":1998,"title":2023,"updated_at":2024,"url":2025,"score":2026},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v16.20.0\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.5.2\r\n- Package Manager: npm@9.4.2\r\n- Builder: vite\r\n- User Config: app, runtimeConfig, modules, css, nitro, content, unocss, site, sitemap, routeRules, devtools\r\n- Runtime Modules: @nuxt/content@2.7.2, @vueuse/nuxt@10.3.0, @unocss/nuxt@0.55.3, nuxt-simple-robots@3.1.1, nuxt-simple-sitemap@3.2.5, nuxt-schema-org@2.2.0, @nuxthq/studio@0.13.4, @nuxtjs/plausible@0.2.1\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/github/unjs/website?file=README.md\n\n### Describe the bug\n\nHello,\r\n\r\nI don't know how to create a smaller reproduction of this issue.\r\n\r\nYou can read more in this issue https://github.com/unjs/website/issues/89\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2018,2019,2020],{"name":1985,"color":1986},{"name":2008,"color":2009},{"name":2021,"color":1995},"needs reproduction",22909,"Inlined style are not minified","2023-12-26T13:22:45Z","https://github.com/nuxt/nuxt/issues/22909",0.63150007,{"description":2028,"labels":2029,"number":2033,"owner":1997,"repository":1997,"state":1998,"title":2034,"updated_at":2035,"url":2036,"score":2037},"Not sure if it's an issue or a problem with my project but here it is.\r\nMy project is working fine on localhost with npm run dev, I'm using FormKit and Vue-toastification int my project and everything is nice working as expected.\r\nThe problem starts when I run npm run build. The builded code is missing the styles of my plugins! toasts run with no styles, and all my inputs are missing the styles its classes has! \r\nShould I do something before running build to build my plugins styles with them?\r\n\r\nthis is my nuxt.config.ts file if it might help!\r\n```\r\n// @ts-nocheck\r\nimport Icons from \"unplugin-icons/vite\"\r\n\r\n// https://v3.nuxtjs.org/api/configuration/nuxt.config\r\nexport default defineNuxtConfig({\r\n\tcss: [\"~/assets/fonts/droidkufi/droidarabickufi.css\", \"@formkit/themes/genesis\"],\r\n\tmodules: [\r\n\t\t\"@nuxtjs/tailwindcss\",\r\n\t\t[\r\n\t\t\t\"@pinia/nuxt\",\r\n\t\t\t{\r\n\t\t\t\tautoImports: [\"defineStore\"],\r\n\t\t\t},\r\n\t\t],\r\n\t\t\"@formkit/nuxt\",\r\n\t],\r\n\tplugins: [\"~/plugins/flowbite.client.ts\", \"~/plugins/i18n.ts\"],\r\n\tvite: {\r\n\t\tplugins: [\r\n\t\t\tIcons({\r\n\t\t\t\tautoInstall: true,\r\n\t\t\t}),\r\n\t\t],\r\n\t},\r\n\truntimeConfig: {\r\n\t\t// secret serverside variables\r\n\t\tpublic: {\r\n\t\t\t// baseURL: \"http://127.0.0.1:8000/api/\",\r\n\t\t\t// apiBase: \"http://127.0.0.1:8000/api/\",\r\n\t\t\t// homeBase: \"http://127.0.0.1:8000\",\r\n\t\t\tbaseURL: \"https://sju.davidlouis.co/api/\",\r\n\t\t\tapiBase: \"https://sju.davidlouis.co/api/\",\r\n\t\t\thomeBase: \"https://sju.davidlouis.co\",\r\n\t\t},\r\n\t},\r\n\tvue: {\r\n\t\tcompilerOptions: {\r\n\t\t\tisCustomElement: (tag) => [\"datepicker-hijri\"].includes(tag),\r\n\t\t},\r\n\t},\r\n})\r\n```",[2030,2031,2032],{"name":1985,"color":1986},{"name":2008,"color":2009},{"name":2021,"color":1995},15560,"Nuxt3 npm run build makes some plugins styles missing","2023-01-19T22:07:10Z","https://github.com/nuxt/nuxt/issues/15560",0.63168925,{"description":2039,"labels":2040,"number":2043,"owner":1997,"repository":1997,"state":1998,"title":2044,"updated_at":2045,"url":2046,"score":2047},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.17.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.13.2\n- Nitro Version: 2.9.7\n- Package Manager: yarn@1.22.19\n- Builder: -\n- User Config: devtools, imports, devServer, colorMode, extends, modules, css, dayjs, elementPlus, runtimeConfig, compatibilityDate, hooks, components\n- Runtime Modules: @nuxt/ui@2.19.2, @pinia/nuxt@0.5.4, @pinia-plugin-persistedstate/nuxt@1.2.1, dayjs-nuxt@2.1.11, @nuxtjs/device@3.2.4, @ant-design-vue/nuxt@1.4.2, @vueuse/nuxt@11.3.0, @element-plus/nuxt@1.1.0, nuxt-echarts@0.2.3, @formkit/auto-animate/nuxt@0.8.2\n- Build Modules: -\n------------------------------\n\n 1:55:17 AM\n馃憠 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml\n馃憠 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\n馃憠 Read documentation: https://nuxt.com\n\n\n### Reproduction\n\nI need to manually copy the vue and @ vue dependency packages to. output in order to run properly.\n\n\n\n```\n[nuxt] [request error] [unhandled] [500] Cannot find module '/Users/xuzhibin/Desktop/Project/ADLWebNuxt3/.output/server/node_modules/vue/server-renderer/index.mjs' imported from /Users/xuzhibin/Desktop/Project/ADLWebNuxt3/.output/server/chunks/routes/renderer.mjs\n at finalizeResolution (node:internal/modules/esm/resolve:265:11) \n at moduleResolve (node:internal/modules/esm/resolve:933:10) \n at defaultResolve (node:internal/modules/esm/resolve:1169:11) \n at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:540:12) \n at ModuleLoader.resolve (node:internal/modules/esm/loader:509:25) \n at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:239:38) \n at ModuleWrap.\u003Canonymous> (node:internal/modules/esm/module_job:96:40) \n at link (node:internal/modules/esm/module_job:95:36)\n[nuxt] [request error] [unhandled] [500] Cannot find module '/Users/xuzhibin/Desktop/Project/ADLWebNuxt3/.output/server/node_modules/vue/server-renderer/index.mjs' imported from /Users/xuzhibin/Desktop/Project/ADLWebNuxt3/.output/server/chunks/routes/renderer.mjs\n at finalizeResolution (node:internal/modules/esm/resolve:265:11) \n at moduleResolve (node:internal/modules/esm/resolve:933:10) \n at defaultResolve (node:internal/modules/esm/resolve:1169:11) \n at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:540:12) \n at ModuleLoader.resolve (node:internal/modules/esm/loader:509:25) \n at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:239:38) \n at ModuleWrap.\u003Canonymous> (node:internal/modules/esm/module_job:96:40) \n at link (node:internal/modules/esm/module_job:95:36)\n^C% (base) xuzhibin@xuzhibindeMacBook-Pro ADLWebNuxt3 % npx nuxi info\nWorking directory: /Users/xuzhibin/Desktop/Project/ADLWebNuxt3 1:55:17 AM\nNuxt project info: (copied to clipboard) 1:55:17 AM\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.17.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.13.2\n- Nitro Version: 2.9.7\n- Package Manager: yarn@1.22.19\n- Builder: -\n- User Config: devtools, imports, devServer, colorMode, extends, modules, css, dayjs, elementPlus, runtimeConfig, compatibilityDate, hooks, components\n- Runtime Modules: @nuxt/ui@2.19.2, @pinia/nuxt@0.5.4, @pinia-plugin-persistedstate/nuxt@1.2.1, dayjs-nuxt@2.1.11, @nuxtjs/device@3.2.4, @ant-design-vue/nuxt@1.4.2, @vueuse/nuxt@11.3.0, @element-plus/nuxt@1.1.0, nuxt-echarts@0.2.3, @formkit/auto-animate/nuxt@0.8.2\n- Build Modules: -\n------------------------------\n\n```\n\n### Describe the bug\n\nI need to manually copy the vue and @ vue dependency packages to. output in order to run properly.\n\n\n\n\n```\n[nuxt] [request error] [unhandled] [500] Cannot find module '/Users/xuzhibin/Desktop/Project/ADLWebNuxt3/.output/server/node_modules/vue/server-renderer/index.mjs' imported from /Users/xuzhibin/Desktop/Project/ADLWebNuxt3/.output/server/chunks/routes/renderer.mjs\n at finalizeResolution (node:internal/modules/esm/resolve:265:11) \n at moduleResolve (node:internal/modules/esm/resolve:933:10) \n at defaultResolve (node:internal/modules/esm/resolve:1169:11) \n at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:540:12) \n at ModuleLoader.resolve (node:internal/modules/esm/loader:509:25) \n at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:239:38) \n at ModuleWrap.\u003Canonymous> (node:internal/modules/esm/module_job:96:40) \n at link (node:internal/modules/esm/module_job:95:36)\n[nuxt] [request error] [unhandled] [500] Cannot find module '/Users/xuzhibin/Desktop/Project/ADLWebNuxt3/.output/server/node_modules/vue/server-renderer/index.mjs' imported from /Users/xuzhibin/Desktop/Project/ADLWebNuxt3/.output/server/chunks/routes/renderer.mjs\n at finalizeResolution (node:internal/modules/esm/resolve:265:11) \n at moduleResolve (node:internal/modules/esm/resolve:933:10) \n at defaultResolve (node:internal/modules/esm/resolve:1169:11) \n at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:540:12) \n at ModuleLoader.resolve (node:internal/modules/esm/loader:509:25) \n at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:239:38) \n at ModuleWrap.\u003Canonymous> (node:internal/modules/esm/module_job:96:40) \n at link (node:internal/modules/esm/module_job:95:36)\n^C% (base) xuzhibin@xuzhibindeMacBook-Pro ADLWebNuxt3 % npx nuxi info\nWorking directory: /Users/xuzhibin/Desktop/Project/ADLWebNuxt3 1:55:17 AM\nNuxt project info: (copied to clipboard) 1:55:17 AM\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.17.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.13.2\n- Nitro Version: 2.9.7\n- Package Manager: yarn@1.22.19\n- Builder: -\n- User Config: devtools, imports, devServer, colorMode, extends, modules, css, dayjs, elementPlus, runtimeConfig, compatibilityDate, hooks, components\n- Runtime Modules: @nuxt/ui@2.19.2, @pinia/nuxt@0.5.4, @pinia-plugin-persistedstate/nuxt@1.2.1, dayjs-nuxt@2.1.11, @nuxtjs/device@3.2.4, @ant-design-vue/nuxt@1.4.2, @vueuse/nuxt@11.3.0, @element-plus/nuxt@1.1.0, nuxt-echarts@0.2.3, @formkit/auto-animate/nuxt@0.8.2\n- Build Modules: -\n------------------------------\n\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2041,2042],{"name":2008,"color":2009},{"name":2021,"color":1995},30022,"The new version release is missing files and cannot be run directly.","2024-11-26T22:21:30Z","https://github.com/nuxt/nuxt/issues/30022",0.6336453,{"description":2049,"labels":2050,"number":2054,"owner":1997,"repository":1997,"state":1998,"title":2055,"updated_at":2056,"url":2057,"score":2058},"### Environment\n\n- Operating System: `Linux`\r\n- Node Version: `v18.15.0`\r\n- Nuxt Version: `3.3.1`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `npm@9.5.0`\r\n- Builder: `vite`\r\n- User Config: `srcDir`, `modules`, `tailwindcss`, `vite`, `i18n`, `nitro`, `schemaOrg`, `telemetry`, `algolia`, `head`, `auth`, `viewport`, `css`, `build`, `runtimeConfig`\r\n- Runtime Modules: `genesis-design-system/nuxt`, `@nuxtjs/algolia@1.5.1`, `@nuxtjs/tailwindcss@6.6.0`, `formidable@2.1.1`, `nuxt-viewport@2.0.3`, `@nuxtjs/partytown@1.3.0`, `@vueuse/nuxt@9.13.0`, `nuxt-schema-org@2.1.2`, `nuxt-icon@0.1.8`, `@pinia/nuxt@0.4.7`, `@nuxtjs/i18n@8.0.0-beta.10`, `@sidebase/nuxt-auth@0.3.4`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\ni'm having problems when we compile our project\r\n\r\nIf we use this line, compiling was wrong\r\n\r\n\r\n\r\nbut if we use an assets file, the compiling was correct in all compilations.\r\n\r\n\r\nThe strangest thing yet is that I am using the import of \"import '@splidejs/splide/dist/css/themes/splide-default.min.css'\" in several files and it only fails in this file\r\n\r\nI have tryed build.rollupOptions.external with this file, but fails also\r\n\n\n### Describe the bug\n\ni'm having problems when we compile our project\r\n\r\nIf we use this line, compiling was wrong\r\n\r\n\r\n\r\nbut if we use an assets file, the compiling was correct in all compilations.\r\n\r\n\r\nThe strangest thing yet is that I am using the import of \"import '@splidejs/splide/dist/css/themes/splide-default.min.css'\" in several files and it only fails in this file\r\n\r\nI have tryed build.rollupOptions.external with this file, but fails also\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2051,2052,2053],{"name":1985,"color":1986},{"name":2008,"color":2009},{"name":2021,"color":1995},19855,"npx nuxi build fails random with @splidejs/splide/dist/css/themes/splide-default.min.css","2023-10-20T10:52:09Z","https://github.com/nuxt/nuxt/issues/19855",0.6354712,{"labels":2060,"number":2063,"owner":1997,"repository":1997,"state":1998,"title":2064,"updated_at":2065,"url":2066,"score":2067},[2061,2062],{"name":1985,"color":1986},{"name":2008,"color":2009},12360,"dev and prod is inconsistent","2023-01-23T15:44:15Z","https://github.com/nuxt/nuxt/issues/12360",0.63688195,{"labels":2069,"number":2077,"owner":1997,"repository":1997,"state":1998,"title":2078,"updated_at":2079,"url":2080,"score":2081},[2070,2073,2074],{"name":2071,"color":2072},"stale","ffffff",{"name":2008,"color":2009},{"name":2075,"color":2076},"2.x","d4c5f9",10322,"nuxt build found render link tag insert repeat","2023-01-22T15:48:28Z","https://github.com/nuxt/nuxt/issues/10322",0.63906455,{"labels":2083,"number":2090,"owner":1997,"repository":1997,"state":1998,"title":2091,"updated_at":2092,"url":2093,"score":2094},[2084,2085,2086,2089],{"name":1985,"color":1986},{"name":2008,"color":2009},{"name":2087,"color":2088},"windows","C681FD",{"name":2021,"color":1995},14142,"Nuxt 3.x.x latest doesn't build on Windows 11, but does on Ubuntu 22.04","2023-01-19T17:25:53Z","https://github.com/nuxt/nuxt/issues/14142",0.6391792,{"description":2096,"labels":2097,"number":2098,"owner":1997,"repository":1997,"state":1998,"title":2099,"updated_at":2100,"url":2101,"score":2102},"### Environment\n\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v18.12.1`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `pnpm@7.18.2`\r\n- Builder: `vite`\r\n- User Config: `srcDir`, `imports`, `modules`, `css`, `build`, `pinceau`, `i18n`, `typescript`, `colorMode`, `ignore`, `vite`, `tailwindcss`, `plausible`\r\n- Runtime Modules: `@pinia/nuxt@0.4.6`, `@vueuse/nuxt@9.7.0`, `@nuxtjs/tailwindcss@6.1.3`, `@pinia/nuxt@0.4.6`, `@nuxtjs/i18n@8.0.0-beta.7`, `@nuxtjs/color-mode@3.2.0`, `@huntersofbook/plausible-nuxt@0.5.2`, `@nuxtjs/partytown@1.3.0`, `nuxt-icon@0.1.8`, `pinceau/nuxt`, `@nuxtjs/fontaine@0.2.3`, `nuxt-headlessui@1.0.4`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nhttps://github.com/productdevbook/oku-nuxt3-template/tree/bug-nuxt-config\r\n\r\nbrach: bug-nuxt-config\n\n### Describe the bug\n\n\r\nhttps://user-images.githubusercontent.com/38668796/208305787-be4c7c65-820b-4eb5-baaf-9d6295232c31.mp4\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],15820,"nuxt config TS errors","2023-01-19T18:29:36Z","https://github.com/nuxt/nuxt/issues/15820",0.63939685,["Reactive",2104],{},["Set"],["ShallowReactive",2107],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"BvQ1SUZa0S74qp9jAp0ghPL9mT6h280J6zAhmQlKv-0":-1},"/nuxt/nuxt/20091"]