\n// Render the original icon (skip the global customization function)\n\u003CIcon\n name=\"i-base-beautiful-icon\"\n skip-customize\n/>\n```",[],333,"icon","[feature request]: skipCustomize prop","2025-04-10T06:13:04Z","https://github.com/nuxt/icon/issues/333",0.6370815,{"description":2893,"labels":2894,"number":2886,"owner":2877,"repository":2895,"state":2878,"title":2896,"updated_at":2897,"url":2898,"score":2891},"Hello! :) \r\n\r\nSince the release candidate of Nuxt 3 came out last month, many dependencies to do with Nuxt and its modules/libraries are broken. \r\n\r\nI can't install @nuxt/test-utils on a fresh Nuxt 2 stable project due to it having a hard dependency for Vue 3.x when Nuxt 2 uses Vue 2. I can install version 0.2.2 but it is year+ old compared to your current version. Is this the last version that will support Nuxt 2, or is this now deprecated in favour of @vue/test-utils which is what Nuxt 2 currently ships its NuxtLogo.spec.js example with?\r\n\r\nTo reproduce you just need to create a nuxt 2 project and try to execute: \r\n```bash\r\nnpm --save-dev install @nuxt/vue-utils\r\n```\r\n\r\nThe output is: \r\n```bash\r\n❯ npm --save-dev install @nuxt/test-utils\r\nnpm ERR! code ERESOLVE\r\nnpm ERR! ERESOLVE could not resolve\r\nnpm ERR! \r\nnpm ERR! While resolving: *********@1.0.0\r\nnpm ERR! Found: vue@2.6.14\r\nnpm ERR! node_modules/vue\r\nnpm ERR! vue@\"^2.6.12\" from @nuxt/vue-app@2.15.8\r\nnpm ERR! node_modules/@nuxt/vue-app\r\nnpm ERR! @nuxt/vue-app@\"2.15.8\" from @nuxt/builder@2.15.8\r\nnpm ERR! node_modules/@nuxt/builder\r\nnpm ERR! @nuxt/builder@\"2.15.8\" from nuxt@2.15.8\r\nnpm ERR! node_modules/nuxt\r\nnpm ERR! nuxt@\"^2.15.7\" from the root project\r\nnpm ERR! @nuxt/vue-app@\"2.15.8\" from nuxt@2.15.8\r\nnpm ERR! node_modules/nuxt\r\nnpm ERR! nuxt@\"^2.15.7\" from the root project\r\nnpm ERR! vue@\"^2.6.12\" from @nuxt/vue-renderer@2.15.8\r\nnpm ERR! node_modules/@nuxt/vue-renderer\r\nnpm ERR! @nuxt/vue-renderer@\"2.15.8\" from @nuxt/server@2.15.8\r\nnpm ERR! node_modules/@nuxt/server\r\nnpm ERR! @nuxt/server@\"2.15.8\" from @nuxt/core@2.15.8\r\nnpm ERR! node_modules/@nuxt/core\r\nnpm ERR! @nuxt/core@\"2.15.8\" from nuxt@2.15.8\r\nnpm ERR! node_modules/nuxt\r\nnpm ERR! 1 more (nuxt)\r\nnpm ERR! @nuxt/vue-renderer@\"2.15.8\" from nuxt@2.15.8\r\nnpm ERR! node_modules/nuxt\r\nnpm ERR! nuxt@\"^2.15.7\" from the root project\r\nnpm ERR! 4 more (@vue/test-utils, vue-jest, vue-tailwind, vuex)\r\nnpm ERR! \r\nnpm ERR! Could not resolve dependency:\r\nnpm ERR! dev @nuxt/test-utils@\"*\" from the root project\r\nnpm ERR! \r\nnpm ERR! Conflicting peer dependency: vue@3.2.33\r\nnpm ERR! node_modules/vue\r\nnpm ERR! peer vue@\"3.2.33\" from @nuxt/test-utils@3.0.0-rc.3\r\nnpm ERR! node_modules/@nuxt/test-utils\r\nnpm ERR! dev @nuxt/test-utils@\"*\" from the root project\r\nnpm ERR! \r\nnpm ERR! Fix the upstream dependency conflict, or retry\r\nnpm ERR! this command with --force, or --legacy-peer-deps\r\nnpm ERR! to accept an incorrect (and potentially broken) dependency resolution.\r\n```\r\n\r\nAny advice or help would be greatly appreciated as currently this is blocking my team from starting our project with full Nuxt SSR testing support. ",[],"test-utils","Cannot install latest version in standard Nuxt 2 project","2023-12-02T00:33:11Z","https://github.com/nuxt/test-utils/issues/333",{"description":2900,"labels":2901,"number":2906,"owner":2877,"repository":2877,"state":2878,"title":2907,"updated_at":2908,"url":2909,"score":2910},"### 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```",[2902,2903],{"name":2871,"color":2872},{"name":2904,"color":2905},"needs reproduction","FBCA04",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.6385561,{"labels":2912,"number":2917,"owner":2877,"repository":2877,"state":2878,"title":2918,"updated_at":2919,"url":2920,"score":2921},[2913,2916],{"name":2914,"color":2915},"3.x","29bc7f",{"name":2871,"color":2872},25203,"How should I add test to my application?","2024-01-14T22:58:03Z","https://github.com/nuxt/nuxt/issues/25203",0.6415212,{"description":2923,"labels":2924,"number":2927,"owner":2877,"repository":2877,"state":2878,"title":2928,"updated_at":2929,"url":2930,"score":2931},"### Version\n\n[v2.9.1](https://github.com/nuxt.js/releases/tag/v2.9.1)\n\n### Reproduction link\n\n[http://none](http://none)\n\n### Steps to reproduce\n\nadd `nuxt` to the _devDependencies_ `npm i -D nuxt` \nadd `nuxt-start` to the _dependencies_ `npm i nuxt-start`\nbuild the app `npx nuxt build`\nrun `npm ci --production` for production dependencies\nrun nuxt: `npx nuxt-start` \n\n### What is expected ?\n\nNuxt to run normally \n\n### What is actually happening?\n\n```bash\nERROR Cannot find module 'vue-client-only'\n\n at Function.module.exports [as sync] (node_modules/resolve/lib/sync.js:74:15)\n at node_modules/vue-server-renderer/build.prod.js:1:77711\n at Object.\u003Canonymous> (server.js:1:0)\n at r (server.js:1:0)\n at Module.\u003Canonymous> (server.js:1:0)\n at r (server.js:1:0)\n at Object.\u003Canonymous> (server.js:1:0)\n at r (server.js:1:0)\n at server.js:1:1432\n at Object.\u003Canonymous> (server.js:1:0)\n```\n\n### Additional comments?\n\nBefore Nuxt 2.9 this was possible to do this without any problems\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c9667\">#c9667\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2925,2926],{"name":2871,"color":2872},{"name":2874,"color":2875},6266,"Can't anymore use nuxt as devDependencies, because nuxt-start is missing vue-client-only","2023-01-22T15:34:44Z","https://github.com/nuxt/nuxt/issues/6266",0.6480022,{"labels":2933,"number":2937,"owner":2877,"repository":2877,"state":2878,"title":2938,"updated_at":2939,"url":2940,"score":2941},[2934,2935,2936],{"name":2914,"color":2915},{"name":2871,"color":2872},{"name":2904,"color":2905},14588,"Fresh nuxt3 project won't run/ error on startup.","2023-01-19T17:37:30Z","https://github.com/nuxt/nuxt/issues/14588",0.64835405,{"labels":2943,"number":2949,"owner":2877,"repository":2877,"state":2878,"title":2950,"updated_at":2951,"url":2952,"score":2953},[2944,2947,2948],{"name":2945,"color":2946},"stale","ffffff",{"name":2871,"color":2872},{"name":2874,"color":2875},7998,"Debug information not sufficient on dependencies not found build failure error","2023-01-22T15:36:07Z","https://github.com/nuxt/nuxt/issues/7998",0.6490239,{"labels":2955,"number":2958,"owner":2877,"repository":2877,"state":2878,"title":2959,"updated_at":2960,"url":2961,"score":2962},[2956,2957],{"name":2871,"color":2872},{"name":2874,"color":2875},6760,"create-nuxt-app critical issue","2023-01-22T15:34:46Z","https://github.com/nuxt/nuxt/issues/6760",0.65325296,{"description":2964,"labels":2965,"number":2968,"owner":2877,"repository":2877,"state":2878,"title":2969,"updated_at":2970,"url":2971,"score":2972},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.16.0\r\n- Nuxt Version: 3.8.0\r\n- CLI Version: 3.9.1\r\n- Nitro Version: 2.7.0\r\n- Package Manager: yarn@1.22.19\r\n- Builder: -\r\n- User Config: devtools, app, components, modules, snackbar, gtag, pwa, ui, sitemap, build, runtimeConfig, colorMode, cookieControl, postcss\r\n- Runtime Modules: @nuxt/devtools@1.0.0, nuxt-icon@0.5.0, @nuxt/ui@2.9.0, @vueuse/nuxt@10.5.0, @vueuse/motion/nuxt@2.0.0, @dargmuesli/nuxt-cookie-control@7.0.1, @nuxtjs/device@3.1.1, @nuxt/image@1.0.0, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.1.2, @vite-pwa/nuxt@0.1.1, nuxt-particles@0.1.5, vue3-carousel-nuxt@1.1.0, nuxt-snackbar@1.0.4, nuxt-simple-sitemap@3.4.1, nuxt-gtag@1.1.1\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\n...\r\n\r\n### Describe the bug\r\n\r\nI try to deploy on Digital Ocean One click and on Vercel but i can't manage to understand what's wrong. \r\nI follow the doc for DO (https://nitro.unjs.io/deploy/providers/digitalocean)\r\nHere is my package : \r\n \"scripts\": {\r\n \"build\": \"nuxt build\",\r\n \"dev\": \"nuxt dev\",\r\n \"generate\": \"nuxt generate\",\r\n \"preview\": \"nuxt preview\",\r\n \"postinstall\": \"nuxt prepare\",\r\n \"start\": \"node .output/server/index.mjs\",\r\n \"lint\": \"eslint --ext .js,.vue --ignore-path .gitignore .\"\r\n },\r\n \"engines\": {\r\n \"node\": \"^18.16.0\"\r\n },\r\n \"devDependencies\": {\r\n \"@dargmuesli/nuxt-cookie-control\": \"^7.0.1\",\r\n \"@nuxt/devtools\": \"1.0.0\",\r\n \"@nuxt/image\": \"^1.0.0\",\r\n \"@nuxt/ui\": \"^2.9.0\",\r\n \"@nuxtjs/device\": \"^3.1.1\",\r\n \"@nuxtjs/eslint-config-typescript\": \"^12.1.0\",\r\n \"@nuxtjs/eslint-module\": \"^4.1.0\",\r\n \"@pinia-plugin-persistedstate/nuxt\": \"^1.1.2\",\r\n \"@pinia/nuxt\": \"^0.5.1\",\r\n \"@popperjs/core\": \"^2.11.8\",\r\n \"@types/js-cookie\": \"^3.0.5\",\r\n \"@types/vue-tel-input\": \"^2.1.5\",\r\n \"@typescript-eslint/eslint-plugin\": \"^6.9.0\",\r\n \"@typescript-eslint/parser\": \"^6.9.0\",\r\n \"@vite-pwa/nuxt\": \"^0.1.1\",\r\n \"@vueuse/core\": \"^10.5.0\",\r\n \"@vueuse/motion\": \"^2.0.0\",\r\n \"@vueuse/nuxt\": \"^10.5.0\",\r\n \"add-to-calendar-button\": \"^2.4.3\",\r\n \"dayjs\": \"^1.11.10\",\r\n \"dayjs-business-time\": \"^1.0.4\",\r\n \"eslint\": \"^8.52.0\",\r\n \"eslint-config-prettier\": \"^9.0.0\",\r\n \"eslint-plugin-import\": \"^2.29.0\",\r\n \"eslint-plugin-jsonc\": \"^2.10.0\",\r\n \"eslint-plugin-prettier\": \"^5.0.1\",\r\n \"eslint-plugin-vue\": \"^9.18.0\",\r\n \"firebase\": \"^10.5.0\",\r\n \"form-data\": \"^4.0.0\",\r\n \"headroom.js\": \"^0.12.0\",\r\n \"js-cookie\": \"^3.0.5\",\r\n \"mitt\": \"^3.0.1\",\r\n \"nodemon\": \"^3.0.1\",\r\n \"nuxt\": \"^3.8.0\",\r\n \"nuxt-gtag\": \"^1.1.1\",\r\n \"nuxt-icon\": \"^0.5.0\",\r\n \"nuxt-particles\": \"^0.1.5\",\r\n \"nuxt-simple-sitemap\": \"^3.4.0\",\r\n \"nuxt-snackbar\": \"^1.0.4\",\r\n \"pinia\": \"^2.1.7\",\r\n \"prettier\": \"^3.0.3\",\r\n \"sass\": \"^1.69.4\",\r\n \"socket.io-client\": \"^4.7.2\",\r\n \"typescript\": \"^5.2.2\",\r\n \"uuid\": \"^9.0.1\",\r\n \"v-calendar\": \"^3.1.2\",\r\n \"vue\": \"^3.3.6\",\r\n \"vue-router\": \"^4.2.5\",\r\n \"vue-signature-pad\": \"^3.0.2\",\r\n \"vue-tel-input\": \"^8.1.4\",\r\n \"vue-tsc\": \"^1.8.20\",\r\n \"vue3-carousel-nuxt\": \"^1.1.0\"\r\n }\r\n}\r\nAnd the error i get from DO (the same for Vercel)\r\nI'm sorry to ask here but i really don't get what i'm missing and hope someone could help me :)\r\nThanks a lot in advance\r\n\r\n[2023-10-25 02:47:34] │ [5/5] Building fresh packages...\r\n[2023-10-25 02:47:35] │ $ nuxt prepare\r\n[2023-10-25 02:47:35] │ /bin/sh: 1: nuxt: not found\r\n[2023-10-25 02:47:35] │ error Command failed with exit code 127.\r\n[2023-10-25 02:47:35] │ info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.\r\n[2023-10-25 02:47:35] │ \r\n[2023-10-25 02:47:35] │ unable to invoke layer creator\r\n[2023-10-25 02:47:35] │ installing node_modules: exit status 127\r\n[2023-10-25 02:47:35] │ ERROR: failed to build: exit status 1\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_\n```[tasklist]\n### Tasks\n```\n",[2966,2967],{"name":2914,"color":2915},{"name":2871,"color":2872},23924,"Can't manage to deploy my nuxt project","2023-10-25T03:46:45Z","https://github.com/nuxt/nuxt/issues/23924",0.65423965,["Reactive",2974],{},["Set"],["ShallowReactive",2977],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fRU7svyNedooDm2gE1SKNck4X6YBxRF2ASZ4ZHtbIQYk":-1},"/nuxt/nuxt/10108"]