\n```\n\nThe error:\n```\n ERROR RollupError: [plugin impound] Vue app aliases are not allowed in server runtime. [importing #build/nuxt.config.mjs from node_modules/nuxt/dist/app/nuxt.js]\n```\n\nAs the tutorial indicated, my ``nuxt.config.ts`` file contains that: (keeps happening even by removing that config)\n```ts\n alias: {\n \"@\": resolve(__dirname, \"/\"),\n },\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2893],{"name":2880,"color":2881},32065,"RollupError: [plugin impound] Vue app aliases are not allowed in server runtime.","2025-05-10T21:11:48Z","https://github.com/nuxt/nuxt/issues/32065",0.632488,{"description":2900,"labels":2901,"number":2907,"owner":2866,"repository":2866,"state":2868,"title":2908,"updated_at":2909,"url":2910,"score":2911},"### Environment\n\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v18.12.0`\r\n- Nuxt Version: `3.3.1`\r\n- Nitro Version: `2.3.1`\r\n- Package Manager: `npm@8.19.2`\r\n- Builder: `vite`\r\n- User Config: `typescript`, `app`, `css`, `modules`, `build`, `vite`\r\n- Runtime Modules: `@pinia/nuxt@0.4.7`, `@kevinmarrec/nuxt-pwa@0.11.1`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\n[Reproduction](https://codesandbox.io/p/github/nuxt/starter/csb-2twsl5/draft/zen-bartik?file=%2Fnuxt.config.ts&selection=%5B%7B%22endColumn%22%3A33%2C%22endLineNumber%22%3A6%2C%22startColumn%22%3A33%2C%22startLineNumber%22%3A6%7D%5D&workspace=%257B%2522activeFileId%2522%253A%2522cl7rh39as0003lngt67wg399j%2522%252C%2522openFiles%2522%253A%255B%2522%252Fpackage.json%2522%252C%2522%252Fnuxt.config.ts%2522%255D%252C%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522gitSidebarPanel%2522%253A%2522COMMIT%2522%252C%2522spaces%2522%253A%257B%2522clfisk5p6027j356kiw6gw1b7%2522%253A%257B%2522devtools%2522%253A%255B%255D%252C%2522key%2522%253A%2522clfisk5p6027j356kiw6gw1b7%2522%252C%2522name%2522%253A%2522Terminal%2522%257D%252C%2522clfit1u9m0613356kmdtimru8%2522%253A%257B%2522key%2522%253A%2522clfit1u9m0613356kmdtimru8%2522%252C%2522devtools%2522%253A%255B%257B%2522type%2522%253A%2522PREVIEW%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522port%2522%253A3000%252C%2522key%2522%253A%2522clfit6mdz00su356kcdkz3wit%2522%252C%2522isMinimized%2522%253Afalse%257D%252C%257B%2522type%2522%253A%2522TASK_LOG%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522key%2522%253A%2522clfit6k2z00nk356k3n2ofyg6%2522%252C%2522isMinimized%2522%253Afalse%257D%255D%252C%2522name%2522%253A%2522build%2522%257D%257D%252C%2522currentSpace%2522%253A%2522clfit1u9m0613356kmdtimru8%2522%252C%2522spacesOrder%2522%253A%255B%2522clfisk5p6027j356kiw6gw1b7%2522%252C%2522clfit1u9m0613356kmdtimru8%2522%255D%252C%2522hideCodeEditor%2522%253Afalse%257D)\r\n\r\nnuxt.config.ts\r\n```\r\nexport default defineNuxtConfig({\r\n css: [\"vuetify/lib/styles/main.sass\"],\r\n build: {\r\n transpile: [\"vuetify\"],\r\n },\r\n});\r\n```\r\n\r\nplugins/vuetify.ts\r\n```\r\nimport { createVuetify } from 'vuetify';\r\nimport * as components from 'vuetify/components';\r\nimport * as directives from 'vuetify/directives';\r\n\r\nimport { VDataTable } from 'vuetify/labs/VDataTable';\r\n\r\nexport default defineNuxtPlugin((nuxtApp) => {\r\n const cookieTheme = useCookieTheme();\r\n\r\n const vuetify = createVuetify({\r\n components: {\r\n ...components,\r\n VDataTable,\r\n },\r\n directives,\r\n theme: {\r\n defaultTheme: cookieTheme.value && cookieTheme.value !== 'system' ? cookieTheme.value : 'light',\r\n themes: {\r\n light: {\r\n dark: false,\r\n colors: {\r\n primary: '#4caf50',\r\n secondary: '#4caf50',\r\n background: '#FFFFFF',\r\n surface: '#FFFFFF',\r\n 'primary-darken-1': '#3700B3',\r\n 'secondary-darken-1': '#018786',\r\n error: '#f55a4e',\r\n info: '#00d3ee',\r\n success: '#5cb860',\r\n warning: '#ffa21a',\r\n },\r\n },\r\n },\r\n },\r\n });\r\n\r\n nuxtApp.vueApp.use(vuetify);\r\n});\r\n```\n\n### Describe the bug\n\nVuetify ^3.1 + Nuxt 3.2.3, 3.3.1 build failed\r\n\r\n\r\n\n\n### Additional context\n\nThis temporary fix this issue (not works with nuxt@3.3.1)\r\n```\r\nnpm i -D nuxt@3.2.3 @nuxt/kit@3.0.0 @nuxt/vite-builder@3.0.0\r\n```\n\n### Logs\n\n```shell-script\n√ Server built in 11703ms 00:39:13 \r\n√ Generated public .output/public nitro 00:39:13 \r\ni Building Nitro Server (preset: node-server) nitro 00:39:13 \r\n\r\n ERROR RollupError: Could not resolve \"./_nuxt/VContainer-styles.a03b508f.mjs\" from \".nuxt/dist/server/styles.mjs\" nitro 00:39:25\r\n\r\n\r\nundefined\r\n\r\n\r\n ERROR Could not resolve \"./_nuxt/VContainer-styles.a03b508f.mjs\" from \".nuxt/dist/server/styles.mjs\" 00:39:25 \r\n\r\n at error (/C:/Users/.../IdeaProjects/nuxt3-vuetify3-dashboard/node_modules/nitropack/node_modules/rollup/dist/es/shared/node-entry.js:2125:30)\r\n at ModuleLoader.handleInvalidResolvedId (/C:/Users/.../IdeaProjects/nuxt3-vuetify3-dashboard/node_modules/nitropack/node_modules/rollup/dist/es/shared/node-entry.js:23776:24)\r\n at ModuleLoader.resolveDynamicImport (/C:/Users/.../IdeaProjects/nuxt3-vuetify3-dashboard/node_modules/nitropack/node_modules/rollup/dist/es/shared/node-entry.js:23834:58)\r\n at async /C:/Users/.../IdeaProjects/nuxt3-vuetify3-dashboard/node_modules/nitropack/node_modules/rollup/dist/es/shared/node-entry.js:23723:32\n```\n",[2902,2903,2906],{"name":2877,"color":2878},{"name":2904,"color":2905},"workaround available","11376d",{"name":2880,"color":2881},19850,"RollupError in vite 4 (nuxt 3.2.3+) and vuetify","2024-05-24T19:51:55Z","https://github.com/nuxt/nuxt/issues/19850",0.641416,{"description":2913,"labels":2914,"number":2923,"owner":2866,"repository":2866,"state":2868,"title":2924,"updated_at":2925,"url":2926,"score":2927},"### Environment\n\n- Operating System: `Darwin`\r\n- Node Version: `v20.15.1`\r\n- Nuxt Version: `3.13.1`\r\n- CLI Version: `3.8.4`\r\n- Nitro Version: `2.9.7`\r\n- Package Manager: `pnpm@9.7.0`\r\n- Builder: `-`\r\n- User Config: `pinia`, `experimental`, `build`, `components`, `app`, `css`, `imports`, `modules`, `veeValidate`, `security`, `routeRules`, `nitro`, `sourcemap`, `vite`, `ssr`, `runtimeConfig`, `devtools`, `typescript`, `compatibilityDate`\r\n- Runtime Modules: `@pinia/nuxt@0.4.11`, `@nuxt/devtools@1.3.9`, `@nuxtjs/tailwindcss@6.10.3`, `@vee-validate/nuxt@4.11.6`, `nuxt-security@1.0.0-rc.3`, `@vueuse/nuxt@10.11.0`, `nuxt-typed-router@3.6.4`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\nUpgrading nuxt version from 3.8.2 > 3.13.1\n\n### Describe the bug\n\nIn our project we needed to upgrade our nuxt version, to be able to use new features, but after simple upgrade with `pnpm dlx nuxi upgrade --force` or just changing nuxt version in `package.json` and installing dependancies breaks our app. It shows one error in terminal and page doesn't open.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n[nitro 3:32:23 PM] ERROR RollupError: [plugin impound] This module cannot be imported in server runtime. [importing @nuxt/kit from ../../node_modules/.pnpm/nuxt-security@1.0.0-rc.3_esbuild@0.23.1_magicast@0.3.4_rollup@4.21.2_vite@5.4.3_@types+node@2_cei4idcc2lai7qg7frbhz37mpm/node_modules/nuxt-security/dist/runtime/nitro/plugins/02-cspSsg.mjs]\r\n\r\n\r\nundefined\r\n\r\n✔ Nuxt Nitro server built in 1220 ms \r\nℹ Vite server warmed up in 3063ms\n```\n",[2915,2916,2919,2920],{"name":2880,"color":2881},{"name":2917,"color":2918},"nitro","bfd4f2",{"name":2883,"color":2884},{"name":2921,"color":2922},"possible regression","B90A42",28850,"RollupError: [plugin impound] This module cannot be imported in server runtime.","2025-03-18T15:41:14Z","https://github.com/nuxt/nuxt/issues/28850",0.6450988,{"labels":2929,"number":2940,"owner":2866,"repository":2866,"state":2868,"title":2941,"updated_at":2942,"url":2943,"score":2944},[2930,2931,2934,2937],{"name":2877,"color":2878},{"name":2932,"color":2933},"vite","3574D1",{"name":2935,"color":2936},"upstream","E8A36D",{"name":2938,"color":2939},"upstream-bug","B60205",13494,"Build failed canot resolve public image","2024-06-15T21:31:12Z","https://github.com/nuxt/nuxt/issues/13494",0.6462607,{"description":2946,"labels":2947,"number":2958,"owner":2866,"repository":2866,"state":2868,"title":2959,"updated_at":2960,"url":2961,"score":2962},"### Environment\n\n```\r\n- Operating System: Darwin\r\n- Node Version: v21.2.0\r\n- Nuxt Version: 3.10.0\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: bun@1.0.25\r\n- Builder: -\r\n- User Config: devtools, css, modules, runtimeConfig, image, build, i18n, ignore, nitro, routeRules, security, vite\r\n- Runtime Modules: @nuxtjs/i18n@8.1.0, @nuxt/image@1.3.0, nuxt-icon@0.6.8, nuxt-security@1.1.1\r\n- Build Modules: -\r\n```\n\n### Reproduction\n\n-\n\n### Describe the bug\n\nWith `3.10.0` and `3.10.1` I get an error at the end of `nuxt build`: `ERROR RollupError: At least one \u003Ctemplate> or \u003Cscript> is required in a single file component`, with `3.9.3` everything is fine.\r\n\r\nUnfortunately I cant reproduce this in the sandbox but I already tried to debug this for hours. I nailed it down to one of my ~10 components: If it contains a `\u003Cstyle>` tag with ANY content (even just a comment). Weirdly when I delete the content of the `\u003Cscript>` tag I can have styles:\r\n\r\nThrows the error:\r\n\r\n```vue\r\n\u003Cscript setup lang=\"ts\">\r\n// hello\r\n\u003C/script>\r\n\r\n\u003Ctemplate>\r\n hello\r\n\u003C/template>\r\n\r\n\u003Cstyle lang=\"scss\">\r\n// hello\r\n\u003C/style>\r\n```\r\n\r\nDoesnt throw an error:\r\n\r\n```vue\r\n\u003Cscript setup lang=\"ts\">\r\n// hello\r\n\u003C/script>\r\n\r\n\u003Ctemplate>\r\n hello\r\n\u003C/template>\r\n\r\n\u003Cstyle lang=\"scss\">\u003C/style>\r\n```\r\n\r\nDoesnt throw an error:\r\n\r\n```vue\r\n\u003Cscript setup lang=\"ts\">\u003C/script>\r\n\r\n\u003Ctemplate>\r\n hello\r\n\u003C/template>\r\n\r\n\u003Cstyle lang=\"scss\">\r\n// hello\r\n\u003C/style>\r\n```\r\n\r\nIt also only happens with this one component named `overlay.vue`. I feel like I am getting crazy or something but this seems to make absolutely no sense.\r\n\r\nFull error:\r\n\r\n```\r\n ERROR RollupError: At least one \u003Ctemplate> or \u003Cscript> is required in a single file component. nitro 9:00:59 PM\r\n\r\n\r\nundefined\r\n\r\n\r\n ERROR At least one \u003Ctemplate> or \u003Cscript> is required in a single file component. 9:00:59 PM\r\n\r\n at error (node_modules/rollup/dist/es/shared/parseAst.js:337:30)\r\n at Object.error (node_modules/rollup/dist/es/shared/node-entry.js:18507:20)\r\n at Object.error (node_modules/rollup/dist/es/shared/node-entry.js:17616:42)\r\n at node_modules/rollup-plugin-vue/dist/sfc.js:22:49\r\n at Array.forEach (\u003Canonymous>)\r\n at Object.transformSFCEntry (node_modules/rollup-plugin-vue/dist/sfc.js:22:16)\r\n at Object.transform (node_modules/rollup-plugin-vue/dist/index.js:99:38)\r\n at node_modules/rollup/dist/es/shared/node-entry.js:18692:40 \r\n\r\n\r\n\r\n ERROR At least one \u003Ctemplate> or \u003Cscript> is required in a single file component. 9:00:59 PM\r\n\r\nerror Command failed with exit code 1.\r\n```\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2948,2949,2952,2953,2955],{"name":2877,"color":2878},{"name":2950,"color":2951},"bug","d73a4a",{"name":2932,"color":2933},{"name":2954,"color":2884},"🔨 p3-minor",{"name":2956,"color":2957},"inline styles","68AF97",25724,"3.10.x: `nuxt build` creates vue files in `.nuxt/dist/server/_nuxt` folder","2024-02-29T06:31:15Z","https://github.com/nuxt/nuxt/issues/25724",0.64646137,{"labels":2964,"number":2967,"owner":2866,"repository":2866,"state":2868,"title":2968,"updated_at":2969,"url":2970,"score":2971},[2965,2966],{"name":2877,"color":2878},{"name":2880,"color":2881},13624,"Rollup failed to resolve import \"#_config\" from “paths.mjs”","2023-01-19T17:02:42Z","https://github.com/nuxt/nuxt/issues/13624",0.6494634,{"description":2973,"labels":2974,"number":2977,"owner":2866,"repository":2866,"state":2868,"title":2978,"updated_at":2979,"url":2980,"score":2981},"### Environment\n\nNuxi 3.6.2 10:21:42 AM\r\n 10:21:42 AM\r\nRootDir: /home/projects/github-doxyzh 10:21:42 AM\r\nNuxt project info: 10:21:42 AM\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v16.20.0\r\n- Nuxt Version: 3.6.2\r\n- Nitro Version: 2.5.2\r\n- Package Manager: npm@9.4.2\r\n- Builder: vite\r\n- User Config: vite\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new 10:21:42 AM\r\n\r\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\r\n\r\n👉 Read documentation: https://nuxt.com\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-doxyzh?file=nuxt.config.ts\r\n\r\nIn the terminal, run `npm run build`.\n\n### Describe the bug\n\nWith a vite manualChunks config, `npm run build` breaks:\r\n\r\n```\r\n// https://v3.nuxtjs.org/api/configuration/nuxt.config\r\nexport default defineNuxtConfig({\r\n vite: {\r\n build: {\r\n rollupOptions: {\r\n output: {\r\n manualChunks(_id) {\r\n return 'index';\r\n },\r\n },\r\n },\r\n },\r\n },\r\n});\r\n```\r\n\r\nPresent errors like this:\r\n\r\n```\r\n[10:18:56 AM] ERROR \"vue\" cannot be included in manualChunks because it is resolved as an external module by the \"external\" option or plugins.\r\n\r\n at error (node_modules/rollup/dist/es/shared/node-entry.js:2270:30)\r\n at Bundle.assignManualChunks (node_modules/rollup/dist/es/shared/node-entry.js:17786:28)\r\n at Bundle.generateChunks (node_modules/rollup/dist/es/shared/node-entry.js:17818:20)\r\n at Bundle.generate (node_modules/rollup/dist/es/shared/node-entry.js:17732:39)\r\n at async eval (node_modules/rollup/dist/es/shared/node-entry.js:26590:27)\r\n at async catchUnfinishedHookActions (node_modules/rollup/dist/es/shared/node-entry.js:25723:16)\r\n at async Module.build (node_modules/vite/dist/node/chunks/dep-e8f070e8.js:46529:22)\r\n at async buildServer (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.ff002a15.mjs:773:5)\r\n at async bundle (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.ff002a15.mjs:1434:3)\r\n at async build (node_modules/nuxt/dist/index.mjs:3801:5)\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2975,2976],{"name":2877,"color":2878},{"name":2880,"color":2881},22127,"Nuxt 3.6.2 breaks vite manualChunks","2023-07-14T14:43:10Z","https://github.com/nuxt/nuxt/issues/22127",0.64965945,{"description":2983,"labels":2984,"number":2988,"owner":2866,"repository":2866,"state":2868,"title":2989,"updated_at":2990,"url":2991,"score":2992},"### Environment\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v20.12.2\n- Nuxt Version: 3.14.0\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.3\n- Package Manager: bun@1.1.27\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxtjs/tailwindcss@6.12.2, @nuxtjs/google-fonts@3.2.0, @nuxt/icon@1.6.1, @vueuse/nuxt@10.11.1, @pinia/nuxt@0.5.5, nuxt-multi-cache@3.3.3, nuxt-security@2.0.0, @nuxtjs/seo@2.0.0-rc.23, @nuxtjs/robots@4.1.11, @nuxt/content@2.13.4, @nuxt/image@1.8.1, @nuxtjs/device@3.2.4\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nA simple project using Nuxt ^3.13.2 updated to ^3.14.0 with bun update --save\n\n### Describe the bug\n\nProject worked perfectly. Updated **only** Nuxt to ^3.14.0, getting lot of Rollup errors that are preventing the build.\n```\nRollupError: [plugin impound] This module cannot be imported in server runtime. [importing node_modules/nitropack/node_modules/unstorage/dist/index.mjs from node_modules/nitropack/dist/runtime/internal/storage.mjs]\n```\nAnd others related to external modules (that never gave these type of errors)\n```\nERROR RollupError: virtual:#nitro-internal-virtual/server-handlers-meta (29:7): Identifier \"_BMjsRhMeta\" has already been declared nitro 22:26:03 \n\n\n27: import _rIuTp4Meta from \"C:/Users/matteo/Documents/Progetti/Dev/saas/depthlog/node_modules/nuxt-og-image/dist/runtime...\n28: import _BMjsRhMeta from \"C:/Users/matteo/Documents/Progetti/Dev/saas/depthlog/node_modules/nuxt-og-image/dist/runtime...\n29: import _BMjsRhMeta from \"C:/Users/matteo/Documents/Progetti/Dev/saas/depthlog/node_modules/nuxt-og-image/dist/runtime...\n ^\n30: import _pr69QkMeta from \"C:/Users/matteo/Documents/Progetti/Dev/saas/depthlog/node_modules/nuxt-schema-org/dist/runti...\n31: import _bHLnh6Meta from \"C:/Users/matteo/Documents/Progetti/Dev/saas/depthlog/node_modules/nuxt-seo-experiments/dist/...\n```\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\nERROR RollupError: [plugin impound] This module cannot be imported in server runtime. [importing node_modules/nitropack/node_modules/unstorage/dist/index.mjs from node_modules/nitropack/dist/runtime/internal/storage.mjs] ",[2985,2986,2987],{"name":2880,"color":2881},{"name":2917,"color":2918},{"name":2921,"color":2922},29804,"3.14.0 Rollup errors, preventing build or run","2025-02-19T19:26:47Z","https://github.com/nuxt/nuxt/issues/29804",0.6520873,["Reactive",2994],{},["Set"],["ShallowReactive",2997],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fGSx4QOcfsO-rst_ndnhzLNt5D2NM8N17f3LURF4TylY":-1},"/nuxt/icon/224"]