\n \u003CEyeIcon\n v-else\n :size=\"20\"\n />\n \u003C/button>\n \u003C/template>\n \u003C/UInput>\n\u003C/template>\n\n```\n\n### Description\n\nIt was working as intended before update.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nERROR Internal server error: [@vue/compiler-sfc] Unresolvable type reference or unsupported built-in utility type \n 21:50:46\n\nD:/projects/biplane-shop/app/src/shared/ui/kit/input-password/InputPassword.vue\n3 | import { EyeIcon, EyeOffIcon } from 'lucide-vue-next'\n4 |\n5 | const props = defineProps\u003COmit\u003CInputProps, 'type'>>()\n | ^^^^^^^^^^\n6 | const emit = defineEmits\u003CInputEmits>()\n7 | const model = defineModel\u003Cstring>()\n Plugin: vite:vue\n File: D:/projects/biplane-shop/app/src/shared/ui/kit/input-password/InputPassword.vue\n at ScriptCompileContext.error (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:19741:11)\n at innerResolveTypeElements (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:22104:20)\n at resolveTypeElements (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:21995:20)\n at resolveBuiltin (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:22399:13) \n at innerResolveTypeElements (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:22086:20)\n at resolveTypeElements (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:21995:20)\n at resolveRuntimePropsFromType (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:23632:20)\n at extractRuntimeProps (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:23608:17)\n at genRuntimeProps (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:23596:18) \n at Object.compileScript (D:\\projects\\biplane-shop\\node_modules\\@vue\\compiler-sfc\\dist\\compiler-sfc.cjs.js:24709:21)\n```",[2865,2868,2871],{"name":2866,"color":2867},"bug","d73a4a",{"name":2869,"color":2870},"v3","49DCB8",{"name":2872,"color":2873},"triage","ffffff",3973,"nuxt","ui","open","Getting error then importing type InputProps after update to v3.1","2025-04-24T18:53:52Z","https://github.com/nuxt/ui/issues/3973",0.65992737,{"description":2883,"labels":2884,"number":2891,"owner":2875,"repository":2875,"state":2892,"title":2893,"updated_at":2894,"url":2895,"score":2896},"cmty.app is not available (crashes) and times out, so, I'm leaving the issue here\r\n\r\nProblem:\r\nNuxt fails to compile code when run as express middleware.\r\n\r\nWhat is expected:\r\nThat it compiles and runs the code as it used to with version `2.0.0-25564786.b4d81dc`.\r\n\r\nWhat does it do:\r\nIt fails to compile, please see error message below\r\n\r\nI have been using nuxt-edge for several months, updating to the latest version as it becomes available, but the last few versions have brought in a bug. The last version that everything compiles with is `2.0.0-25564786.b4d81dc`. If I install this version then without making any changes everything works again.\r\n\r\nEnvironment:\r\nmacOS 10.13.6 High Sierra\r\nNode 9.11.1\r\nnuxt-edge@2.0.0-25568071.0dff1b8 (this version causes the problem)\r\n\r\nBelow is the error message I get when I run my express project with nuxt-edge as middleware:\r\n\r\n```\r\nERROR in ../frontend/.nuxt/client.js\r\nModule build failed (from ../node_modules/babel-loader/lib/index.js):\r\nError: Plugin 0 specified in \"/Users/paul/dev/kpmg/SOFY2/frontend/node_modules/@nuxtjs/babel-preset-app/index.js\" provided an invalid property of \"default\" (While processing preset: \"/Users/paul/dev/kpmg/SOFY2/frontend/node_modules/@nuxtjs/babel-preset-app/index.js\")\r\n at Plugin.init (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/plugin.js:131:13)\r\n at Function.normalisePlugin (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:152:12)\r\n at /Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:184:30\r\n at Array.map (\u003Canonymous>)\r\n at Function.normalisePlugins (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20)\r\n at OptionManager.mergeOptions (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36)\r\n at /Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:265:14\r\n at /Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:323:22\r\n at Array.map (\u003Canonymous>)\r\n at OptionManager.resolvePresets (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:275:20)\r\n at OptionManager.mergePresets (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:264:10)\r\n at OptionManager.mergeOptions (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:249:14)\r\n at OptionManager.init (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12)\r\n at File.initOptions (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/index.js:212:65)\r\n at new File (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/file/index.js:135:24)\r\n at Pipeline.transform (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-core/lib/transformation/pipeline.js:46:16)\r\n at transpile (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-loader/lib/index.js:50:20)\r\n at /Users/paul/dev/kpmg/SOFY2/node_modules/babel-loader/lib/fs-cache.js:118:18\r\n at ReadFileContext.callback (/Users/paul/dev/kpmg/SOFY2/node_modules/babel-loader/lib/fs-cache.js:31:21)\r\n at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:434:13)\r\n @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ../frontend/.nuxt/client.js main[1]\r\n```\r\n\r\nMy setup:\r\n\r\n### server.js (my express app)\r\n\r\n```js\r\n require('../frontend/nuxt-start.js')(app).then(() => {\r\n app.listen(port);\r\n })\r\n```\r\n\r\n### nuxt-start.js\r\n\r\n```js\r\nconst { Nuxt, Builder } = require('nuxt-edge')\r\n\r\n// Import and Set Nuxt.js options\r\nlet config = require('./nuxt.config.js')\r\n// config.dev = !(process.env.NODE_ENV === 'production')\r\nconfig.dev =\r\n (process.env.NODE_ENV || process.env.ENV_CONTEXT || '').toLowerCase() !==\r\n 'production'\r\n\r\nmodule.exports = async function start(app) {\r\n // Init Nuxt.js\r\n const nuxt = new Nuxt(config)\r\n\r\n // Build only in dev mode\r\n if (config.dev) {\r\n const builder = new Builder(nuxt)\r\n await builder.build()\r\n }\r\n\r\n // Give nuxt middleware to express\r\n app.use(nuxt.render)\r\n}\r\n```\r\n\r\n### nuxt.config.js\r\n\r\n```js\r\nvar path = require('path')\r\nconst fs = require('fs')\r\n\r\n// Find the \"frontend\" folder. It should be in the SOFY root folder\r\n// during development or in the deployment folder in a production build.\r\nvar rootDir = './frontend'\r\nrootDir = fs.existsSync(rootDir) ? rootDir : '../frontend'\r\n\r\nmodule.exports = {\r\n rootDir: path.join(process.cwd(), rootDir),\r\n mode: 'spa',\r\n\r\n head: {\r\n titleTemplate: '%s | KPMG SOFY'\r\n },\r\n\r\n loading: {\r\n color: 'blue',\r\n failedColor: 'red',\r\n height: '2px'\r\n },\r\n\r\n modules: ['@nuxtjs/axios'],\r\n\r\n router: {\r\n middleware: []\r\n },\r\n\r\n plugins: [\r\n './plugins/polyfills.js',\r\n './plugins/helpers.js',\r\n './plugins/vuetify.js',\r\n './plugins/mini-toastr',\r\n './plugins/axios.js',\r\n './plugins/nuxt-client-init.js',\r\n './plugins/filters.js',\r\n './plugins/vuex-helpers.js'\r\n ],\r\n\r\n css: [\r\n 'font-awesome/css/font-awesome.css',\r\n './assets/fonts/material-icons/material-icons.css',\r\n './assets/fonts/roboto/roboto.css',\r\n 'vuetify/dist/vuetify.css',\r\n './src/app/main.scss',\r\n './src/app/vuetify-overrides.scss'\r\n ],\r\n\r\n build: {\r\n extend(config, { isClient }) {\r\n if (isClient) {\r\n config.devtool = '#eval-source-map'\r\n }\r\n\r\n config.resolve.alias['/components'] = path.resolve(\r\n __dirname,\r\n 'src/common/components'\r\n )\r\n config.resolve.alias['/src'] = path.resolve(__dirname, 'src')\r\n config.resolve.alias['/assets'] = path.resolve(__dirname, 'assets')\r\n config.resolve.alias['/plugins'] = path.resolve(\r\n __dirname,\r\n 'plugins'\r\n )\r\n }\r\n },\r\n\r\n axios: {\r\n port: 8080\r\n }\r\n}\r\n```\r\n\r\n### package.json\r\n\r\n```json\r\n{\r\n \"name\": \"nuxt\",\r\n \"version\": \"1.0.0\",\r\n \"main\": \"index.js\",\r\n \"license\": \"MIT\",\r\n \"scripts\": {\r\n \"dev\": \"NODE_ENV=development nuxt\",\r\n \"prod\": \"NODE_ENV=production nuxt\",\r\n \"build\": \"NODE_ENV=production nuxt build\"\r\n },\r\n \"dependencies\": {\r\n \"babel-polyfill\": \"6.26.0\",\r\n \"bluebird\": \"3.5.1\",\r\n \"bootstrap\": \"4.1.2\",\r\n \"bootstrap-vue\": \"2.0.0-rc.11\",\r\n \"dayjs\": \"1.7.4\",\r\n \"detect-browser\": \"3.0.0\",\r\n \"es6-promise\": \"4.2.4\",\r\n \"font-awesome\": \"4.7.0\",\r\n \"mini-toastr\": \"0.8.1\",\r\n \"vue-codemirror\": \"4.0.5\",\r\n \"vue-draggable-resizable\": \"1.7.1\",\r\n \"vue-jstree\": \"2.1.6\",\r\n \"vuetify\": \"1.1.10\"\r\n },\r\n \"devDependencies\": {\r\n \"@nuxtjs/axios\": \"5.3.1\",\r\n \"@nuxtjs/proxy\": \"1.2.4\",\r\n \"node-sass\": \"4.9.2\",\r\n \"nuxt-edge\": \"2.0.0-25564786.b4d81dc\",\r\n \"sass-loader\": \"7.0.3\",\r\n \"stylus\": \"^0.54.5\",\r\n \"stylus-loader\": \"^3.0.2\"\r\n }\r\n}\r\n```\r\n\r\n\r\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\r\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7557\">#c7557\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2885,2888],{"name":2886,"color":2887},"pending triage","E99695",{"name":2889,"color":2890},"2.x","d4c5f9",3715,"closed","nuxt-edge latest crashes during build when used as express middleware","2023-01-22T15:30:05Z","https://github.com/nuxt/nuxt/issues/3715",0.45972005,{"description":2898,"labels":2899,"number":2902,"owner":2875,"repository":2875,"state":2892,"title":2903,"updated_at":2894,"url":2904,"score":2905},"_**Edit:**_ I solved the problem you can find the solution in this comment https://github.com/nuxt/nuxt.js/issues/3575#issuecomment-411246148\r\n\r\n\r\n### Version\r\n\r\n[2](https://github.com/nuxt.js/releases/tag/2)\r\n\r\n### Reproduction link\r\n\r\n[https://test.twist.moe/a/07-ghost/1](https://test.twist.moe/a/07-ghost/1)\r\n\r\n### Steps to reproduce\r\n\r\n1. Go to the reproduction link\r\n2. Login with username: `public` and password: `not`\r\n3. Check Dev-Tools console\r\n\r\n### What is expected ?\r\n\r\nThe website should render fine and it should play the video.\r\n\r\n### What is actually happening?\r\n\r\nIt throws an error in the console.\r\n\r\n\r\n### Additional comments?\r\n\r\nI tried to upgrade my nuxt version to 2.0 and I get the following error:\r\n```\r\n[nuxt] Error while initializing app DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method.\r\n```\r\n\r\nI've updated the Nuxt version to nuxt-edge and I also updated other node modules version to work with nuxt-edge and webpack 4. I freshly installed the node_modules so I removed the folder and ran a fresh `npm i`. When I run the dev version of the build, it works fine. It only fails with the production build. All the unit test pass just like they did before I only started getting this error after the nuxt-edge and webpack 4 upgrade. The website works fine and everything builds without a error, there were no issues until I upgraded my project to nuxt-edge and started the nuxt server in production.\r\n\r\nI can give you access to the repository the project is very easy to setup, the dev version of the project works without internet, it uses mock network requests for the API. Just ask and I can give you access. \r\n\r\n\r\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\r\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/c7430\">#c7430\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2900,2901],{"name":2886,"color":2887},{"name":2889,"color":2890},3575,"[edge] [nuxt] Error while initializing app DOMException","https://github.com/nuxt/nuxt/issues/3575",0.64559644,{"labels":2907,"number":2910,"owner":2875,"repository":2875,"state":2892,"title":2911,"updated_at":2912,"url":2913,"score":2914},[2908,2909],{"name":2886,"color":2887},{"name":2889,"color":2890},10399,"Nuxt Js does not compile on Nodejs 18","2023-07-17T09:20:07Z","https://github.com/nuxt/nuxt/issues/10399",0.64636827,{"description":2916,"labels":2917,"number":2920,"owner":2875,"repository":2875,"state":2892,"title":2921,"updated_at":2894,"url":2922,"score":2923},"### Version\n\n[Edge 2.0.0-25599455.3a0f094](https://github.com/nuxt.js/releases/tag/Edge 2.0.0-25599455.3a0f094)\n\n### Reproduction link\n\n[https://github.com/niba1122/nuxt-cannot-start-project](https://github.com/niba1122/nuxt-cannot-start-project)\n\n### Steps to reproduce\n\nnode: 10.5.0\n\n1. yarn install / npm install\n2. yarn dev / npm run dev\n\n### What is expected ?\n\nSuccessfully compiled.\n\n### What is actually happening?\n\nError occurs:\n\n```\nThese dependencies were not found:\n\n* core-js/modules/es6.array.find in ./.nuxt/client.js\n* core-js/modules/es6.array.iterator in ./.nuxt/client.js\n* core-js/modules/es6.date.to-string in ./.nuxt/utils.js, ./.nuxt/client.js\n* core-js/modules/es6.function.name in ./.nuxt/utils.js, ./.nuxt/index.js and 1 other\n* core-js/modules/es6.object.assign in ./.nuxt/index.js, ./.nuxt/client.js\n* core-js/modules/es6.object.keys in ./.nuxt/client.js, ./.nuxt/utils.js\n* core-js/modules/es6.promise in ./.nuxt/client.js\n* core-js/modules/es6.regexp.constructor in ./.nuxt/utils.js\n* core-js/modules/es6.regexp.match in ./.nuxt/client.js\n* core-js/modules/es6.regexp.replace in ./.nuxt/utils.js\n* core-js/modules/es6.regexp.search in ./.nuxt/utils.js\n* core-js/modules/es6.regexp.split in ./.nuxt/utils.js\n* core-js/modules/es6.regexp.to-string in ./.nuxt/client.js, ./.nuxt/utils.js\n* core-js/modules/es6.string.repeat in ./.nuxt/utils.js\n* core-js/modules/es6.symbol in ./.nuxt/client.js\n* core-js/modules/es7.promise.finally in ./.nuxt/client.js\n* core-js/modules/es7.symbol.async-iterator in ./.nuxt/client.js\n* core-js/modules/web.dom.iterable in ./.nuxt/utils.js, ./.nuxt/client.js and 1 other\n```\n\n\u003C!--cmty-->\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/c7679\">#c7679\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2918,2919],{"name":2886,"color":2887},{"name":2889,"color":2890},3842,"Cannot start project","https://github.com/nuxt/nuxt/issues/3842",0.65843624,{"description":2925,"labels":2926,"number":2874,"owner":2875,"repository":2875,"state":2892,"title":2928,"updated_at":2929,"url":2930,"score":2881},"Just init starter template and try to `nuxt build`\r\n\r\nERROR in ./.nuxt/client.js\r\nModule build failed (from ./node_modules/babel-loader/lib/index.js):\r\nError: Plugin 0 specified in \"C:\\\\Users\\\\Vlad\\\\AppData\\\\Roaming\\\\npm\\\\node_modules\\\\nuxt\\\\node_modules\\\\@nuxtjs\\\\babel-preset-app\\\\index.js\" provided an invalid property of \"default\" (While processing preset: \"C:\\\\Users\\\\Vlad\\\\AppData\\\\Roaming\\\\npm\\\\node_modules\\\\nuxt\\\\node_modules\\\\@nuxtjs\\\\babel-preset-app\\\\index.js\")\r\n at Plugin.init (C:\\dev\\magisters.io\\front\\node_modules\\babel-core\\lib\\transformation\\plugin.js:131:13)\r\n at Function.normalisePlugin (C:\\dev\\magisters.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:152:12)\r\n at C:\\dev\\magisters.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:184:30\r\n at Array.map (\u003Canonymous>)\r\n at Function.normalisePlugins (C:\\dev\\m.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:158:20)\r\n at OptionManager.mergeOptions (C:\\dev\\magisters.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:234:36)\r\n at C:\\dev\\m.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:265:14\r\n at C:\\dev\\m.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:323:22\r\n at Array.map (\u003Canonymous>)\r\n at OptionManager.resolvePresets (C:\\dev\\m.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:275:20)\r\n at OptionManager.mergePresets (C:\\dev\\m.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:264:10)\r\n at OptionManager.mergeOptions (C:\\dev\\m.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:249:14)\r\n at OptionManager.init (C:\\dev\\m.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\options\\option-manager.js:368:12)\r\n at File.initOptions (C:\\dev\\magisters.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\index.js:212:65)\r\n at new File (C:\\dev\\magisters.io\\front\\node_modules\\babel-core\\lib\\transformation\\file\\index.js:135:24)\r\n at Pipeline.transform (C:\\dev\\magisters.io\\front\\node_modules\\babel-core\\lib\\transformation\\pipeline.js:46:16)\r\n @ multi ./.nuxt/client.js app[0]\r\n× fatal Nuxt Build Error\r\nNuxt Fatal Error :(\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7836\">#c7836\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2927],{"name":2889,"color":2890},"Nuxt 2 build starter template","2023-01-18T20:03:48Z","https://github.com/nuxt/nuxt/issues/3973",{"description":2932,"labels":2933,"number":2936,"owner":2875,"repository":2875,"state":2892,"title":2937,"updated_at":2894,"url":2938,"score":2939},"### Version\n\n[edge](https://github.com/nuxt.js/releases/tag/edge)\n\n### Reproduction link\n\n[https://github.com/imow-frontend/imow/tree/feat-nuxt%40edge](https://github.com/imow-frontend/imow/tree/feat-nuxt%40edge)\n\n### Steps to reproduce\n\nRunning nuxt@edge on Node 8.9.4 and Yarn 1.5.1:\n\n1: run `yarn dev` to start the development server which builds on express .everything compiles susses. the Server listening on http://127.0.0.1:3000.\n2: get the http://127.0.0.1:3000 you'll see the following error.\n\n```\n× error Error: Module build failed (from ./node_modules/vue-loader/index.js):\n TypeError: Cannot read property 'vue' of undefined\n at Object.module.exports (C:\\code\\imow\\node_modules\\vue-loader\\lib\\loader.js:61:18)\n at Object../.nuxt/components/nuxt-error.vue (server-bundle.js:372:7)\n at __webpack_require__ (webpack/bootstrap:25:0)\n at Module../.nuxt/index.js (server-bundle.js:509:84)\n at __webpack_require__ (webpack/bootstrap:25:0)\n at Module../.nuxt/server.js (server-bundle.js:1024:64)\n at __webpack_require__ (webpack/bootstrap:25:0)\n at server-bundle.js:118:18\n at Object.\u003Canonymous> (server-bundle.js:121:10)\n at evaluateModule (C:\\code\\imow\\node_modules\\vue-server-renderer\\build.js:8349:21)\n at C:\\code\\imow\\node_modules\\vue-server-renderer\\build.js:8407:18\n at new Promise (\u003Canonymous>)\n at C:\\code\\imow\\node_modules\\vue-server-renderer\\build.js:8399:14\n at Object.renderToString (C:\\code\\imow\\node_modules\\vue-server-renderer\\build.js:8575:9)\n at Renderer.renderRoute (C:\\code\\imow\\node_modules\\nuxt\\lib\\core\\renderer.js:343:41)\n at Renderer.nuxtMiddleware (C:\\code\\imow\\node_modules\\nuxt\\lib\\core\\middleware\\nuxt.js:13:31)\n at call (C:\\code\\imow\\node_modules\\connect\\index.js:239:7)\n```\n\n\n### What is expected ?\n\nThe server should not throw an error.\n\n### What is actually happening?\n\nCannot read property 'vue' of undefined\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/c7580\">#c7580\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2934,2935],{"name":2886,"color":2887},{"name":2889,"color":2890},3740,"[edge] Server-side rendering get vue-loader error","https://github.com/nuxt/nuxt/issues/3740",0.6627251,{"description":2941,"labels":2942,"number":2945,"owner":2875,"repository":2875,"state":2892,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Version\n\n[2.0](https://github.com/nuxt/nuxt.js/releases/tag/2.0)\n\n### Reproduction link\n\n[https://antilophia-vue.nakedtesting.com](https://antilophia-vue.nakedtesting.com)\n\n### Steps to reproduce\n\nnpm uninstall nuxt\nnpm i --save nuxt-edge\nnpm run generate\n```\n/Users/dev/Desktop/antilophia-vue/node_modules/mini-css-extract-plugin/dist/index.js:26\nconst { Template, util: { createHash } } = _webpack2.default;\n ^\n\nTypeError: Cannot destructure property `createHash` of 'undefined' or 'null'.\n at Object.\u003Canonymous> (/Users/developer2/Desktop/antilophia-vue/node_modules/mini-css-extract-plugin/dist/index.js:26:44)\n at Module._compile (module.js:649:30)\n at Object.Module._extensions..js (module.js:660:10)\n at Module.load (module.js:561:32)\n at tryModuleLoad (module.js:501:12)\n at Function.Module._load (module.js:493:3)\n at Module.require (module.js:593:17)\n at require (internal/module.js:11:18)\n at Object.\u003Canonymous> (/Users/developer2/Desktop/antilophia-vue/node_modules/mini-css-extract-plugin/dist/cjs.js:3:18)\n at Module._compile (module.js:649:30)\n```\n\n### What is expected ?\n\ngenerating static files\n\n### What is actually happening?\n\n error above\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6795\">#c6795\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2943,2944],{"name":2886,"color":2887},{"name":2889,"color":2890},3150,"[edge] nuxt generate error with mini-css-extract-plugin","2023-01-22T15:30:04Z","https://github.com/nuxt/nuxt/issues/3150",0.66318744,{"description":2951,"labels":2952,"number":2955,"owner":2875,"repository":2875,"state":2892,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Versions\r\n\r\n- nuxt: nuxt-edge@2.15.0-26825808.8edafbeb\r\n- node: v12.16.0\r\n\r\n### Reproduction\r\n\r\n* `yarn create nuxt-app rm-test`\r\n* `cd rm-test`\r\n* `yarn remove nuxt && yarn add nuxt-edge`\r\n* `yarn dev`\r\n* See error.\r\n\r\n\u003Cdetails open>\r\n\u003Csummary>Additional Details\u003C/summary>\r\n\u003Cbr>\r\n\r\n```\r\nyarn run v1.22.5\r\n$ nuxt\r\n\r\n FATAL Unexpected token 'export' 11:56:35\r\n\r\n export default {\r\n ^^^^^^\r\n\r\n SyntaxError: Unexpected token 'export'\r\n at wrapSafe (internal/modules/cjs/loader.js:1071:16)\r\n at Module._compile (internal/modules/cjs/loader.js:1121:27)\r\n at Object.Module._extensions..js (internal/modules/cjs/loader.js:1177:10)\r\n at Module.load (internal/modules/cjs/loader.js:1001:32)\r\n at Function.Module._load (internal/modules/cjs/loader.js:900:14)\r\n at Module.require (internal/modules/cjs/loader.js:1043:19)\r\n at require (internal/modules/cjs/helpers.js:77:18)\r\n at Object.loadNuxtConfig (node_modules/@nuxt/config-edge/dist/config.js:1053:15)\r\n at loadNuxtConfig (node_modules/@nuxt/cli-edge/dist/cli-index.js:338:36)\r\n at NuxtCommand.getNuxtConfig (node_modules/@nuxt/cli-edge/dist/cli-index.js:463:26)\r\n\r\n\r\n ╭────────────────────────────────────────────╮\r\n │ │\r\n │ ✖ Nuxt Fatal Error │\r\n │ │\r\n │ SyntaxError: Unexpected token 'export' │\r\n │ │\r\n ╰────────────────────────────────────────────╯\r\n\r\nerror Command failed with exit code 1.\r\n```\r\n\u003C/details>\r\n\r\n### What is Expected?\r\n\r\nHaving the config file in ESM syntax being a legit way 😋\r\n\r\n### What is actually happening?\r\n\r\nError is being thrown.",[2953,2954],{"name":2886,"color":2887},{"name":2889,"color":2890},8576,"[edge] nuxt.config.js in ESM style throws error","2023-01-22T15:38:24Z","https://github.com/nuxt/nuxt/issues/8576",0.66392386,{"description":2961,"labels":2962,"number":2965,"owner":2875,"repository":2875,"state":2892,"title":2966,"updated_at":2967,"url":2968,"score":2969},"my nuxtjs v2.14.12\r\n\r\ni upgrade my nodejs versin to v15.1 today after that make npm update for nuxtjs for some dependces \r\nbut i have other nuxtjs app on same server working fine, i don't know why everytime typescript not stable with nuxtjs \r\nso when i run \"npm run generate\" i got this error althouth i install typescript already and was wroking fine before\r\n\r\n\r\n\r\n FATAL When you use this plugin you must install typescript. 16:39:05\r\n\r\n at ForkTsCheckerWebpackPlugin.validateTypeScript (node_modules/fork-ts-checker-webpack-plugin/lib/index.js:116:19)\r\n at new ForkTsCheckerWebpackPlugin (node_modules/fork-ts-checker-webpack-plugin/lib/index.js:72:99)\r\n at WebpackBundler.\u003Canonymous> (node_modules/@nuxt/typescript-build/dist/index.js:41:33)\r\n at next (node_modules/@nuxt/utils/dist/utils.js:1879:27)\r\n at WebpackBundler.\u003Canonymous> (node_modules/@nuxt/utils/dist/utils.js:1894:12)\r\n at WebpackBundler.\u003Canonymous> (node_modules/@nuxt/utils/dist/utils.js:1888:29)\r\n at WebpackBundler.\u003Canonymous> (node_modules/@nuxt/utils/dist/utils.js:1888:29)\r\n at WebpackClientConfig.extendConfig (node_modules/@nuxt/webpack/dist/webpack.js:4879:37)\r\n at WebpackClientConfig.config (node_modules/@nuxt/webpack/dist/webpack.js:4914:45)\r\n at WebpackClientConfig.config (node_modules/@nuxt/webpack/dist/webpack.js:5078:26)\r\n at WebpackBundler.getWebpackConfig (node_modules/@nuxt/webpack/dist/webpack.js:5386:19)\r\n at WebpackBundler.build (node_modules/@nuxt/webpack/dist/webpack.js:5393:12)\r\n at Builder.build (node_modules/@nuxt/builder/dist/builder.js:5634:30)\r\n at async Generator.initiate (node_modules/@nuxt/generator/dist/generator.js:171:7)\r\n at async Generator.generate (node_modules/@nuxt/generator/dist/generator.js:133:5)\r\n at async Object.run (/usr/local/share/.config/yarn/global/node_modules/@nuxt/cli/dist/cli-generate.js:107:24)\r\n\r\n\r\n ╭────────────────────────────────────────────────────────────────────╮\r\n │ │\r\n │ ✖ Nuxt Fatal Error │\r\n │ │\r\n │ Error: When you use this plugin you must install `typescript`. │\r\n │ │\r\n ╰─────────────────────────────────────────────────────────\r\n\r\nmy packagejson\r\n\r\n{\r\n \"name\": \"Admin-Portal\",\r\n \"version\": \"2.0.0\",\r\n \"private\": true,\r\n \"description\": \"Yalla Dealz Admin Portal\",\r\n \"author\": \"Yalla Dealz Inc\",\r\n \"scripts\": {\r\n \"build\": \"nuxt-s build\",\r\n \"test:unit\": \"vue-cli-service test:unit\",\r\n \"lint\": \"eslint --ext .js,.vue --ignore-path .gitignore .\",\r\n \"dev\": \"nuxt-s\",\r\n \"generate\": \"nuxt-s generate\",\r\n \"lintfix\": \"eslint --fix --ext .js,.vue --ignore-path .gitignore .\",\r\n \"sass\": \"sass --watch assets/scss/custom.scss:assets/css/bootstrap.css assets/scss/main-style.scss:assets/css/main-style.css\",\r\n \"start\": \"nuxt-s start\",\r\n \"test\": \"jest\",\r\n \"release\": \"release-it\"\r\n },\r\n \"dependencies\": {\r\n \"@babel/preset-env\": \"^7.12.7\",\r\n \"@johmun/vue-tags-input\": \"^2.1.0\",\r\n \"@nuxt/typescript-runtime\": \"^2.0.0\",\r\n \"@nuxtjs/axios\": \"^5.12.3\",\r\n \"@vue/test-utils\": \"^1.1.1\",\r\n \"babel-jest\": \"^26.6.3\",\r\n \"body-parser\": \"^1.19.0\",\r\n \"bootstrap-vue\": \"^2.20.1\",\r\n \"chartist\": \"^0.11.4\",\r\n \"fibers\": \"^5.0.0\",\r\n \"form-data\": \"^3.0.0\",\r\n \"js-cookie\": \"^2.2.1\",\r\n \"node-sass\": \"^5.0.0\",\r\n \"nuxt\": \"^2.14.10\",\r\n \"nuxt-ctk-date-time-picker\": \"^2.1.1\",\r\n \"nuxt-property-decorator\": \"^2.8.8\",\r\n \"sass-loader\": \"^10.1.0\",\r\n \"vue\": \"^2.6.12\",\r\n \"vue-analytics\": \"^5.22.1\",\r\n \"vue-class-component\": \"^7.2.6\",\r\n \"vue-cookie\": \"^1.1.4\",\r\n \"vue-css-donut-chart\": \"^1.3.0\",\r\n \"vue-jest\": \"^3.0.7\",\r\n \"vue-property-decorator\": \"^9.1.2\",\r\n \"vue-qrcode\": \"^0.3.5\",\r\n \"vue-server-renderer\": \"^2.6.12\",\r\n \"vue2-editor\": \"^2.10.2\",\r\n \"vue2-google-maps\": \"^0.10.7\",\r\n \"vuelidate\": \"^0.7.6\",\r\n \"vuetify-datetime-picker\": \"^2.1.1\",\r\n \"vuetify-google-autocomplete\": \"^2.0.4\",\r\n \"vuex-module-decorators\": \"^1.0.0\"\r\n },\r\n \"release-it\": {\r\n \"git\": {\r\n \"changelog\": \"git log --pretty=format:\\\"* %s (%h)\\\" ${from}...${to}\",\r\n \"requireCleanWorkingDir\": false,\r\n \"requireBranch\": false,\r\n \"requireUpstream\": true,\r\n \"requireCommits\": false,\r\n \"addUntrackedFiles\": false,\r\n \"commit\": true,\r\n \"commitMessage\": \"Release ${version}\",\r\n \"commitArgs\": [],\r\n \"tag\": true,\r\n \"tagName\": null,\r\n \"tagAnnotation\": \"Release ${version}\",\r\n \"tagArgs\": [],\r\n \"push\": true,\r\n \"pushArgs\": [\r\n \"--follow-tags\"\r\n ],\r\n \"pushRepo\": \"\"\r\n }\r\n },\r\n \"devDependencies\": {\r\n \"@nuxt/types\": \"^2.14.10\",\r\n \"@nuxt/typescript\": \"^2.8.1\",\r\n \"@nuxt/typescript-build\": \"^2.0.3\",\r\n \"@nuxtjs/eslint-config\": \"^5.0.0\",\r\n \"@nuxtjs/vuetify\": \"^1.0.0\",\r\n \"@types/vuelidate\": \"^0.7.13\",\r\n \"@types/webpack-env\": \"^1.16.0\",\r\n \"babel-core\": \"^6.26.3\",\r\n \"babel-eslint\": \"^10.1.0\",\r\n \"eslint\": \"^7.15.0\",\r\n \"jest\": \"^26.6.3\",\r\n \"release-it\": \"^14.0.0\",\r\n \"typescript\": \"^4.0.0\",\r\n \"vue-browser-geolocation\": \"^1.8.0\",\r\n \"vue-template-compiler\": \"^2.6.12\"\r\n }\r\n}\r\n",[2963,2964],{"name":2886,"color":2887},{"name":2889,"color":2890},8601,"after upgrade Nodejs to v15 i got this error message when generate app","2023-01-22T15:38:40Z","https://github.com/nuxt/nuxt/issues/8601",0.6653859,["Reactive",2971],{},["Set"],["ShallowReactive",2974],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$farIRYjGkUjjme_h5PxLBINIheOsJibBJnviCJHDFul4":-1},"/nuxt/ui/3715"]