iisnode encountered an error when processing the request.

HRESULT: 0x6d
HTTP status: 500
HTTP subStatus: 1013
HTTP reason: Internal Server Error

You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.

In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.

The last 64k of the output generated by the node.exe process to stderr is shown below:

 WARN  Module @nuxt/typescript-build not found. Please ensure @nuxt/typescript-build is in devDependencies and installed. HINT: During build step, for npm/yarn, NODE_ENV=production or --production should NOT be used.


 WARN  Silently ignoring module as programatic usage detected.


 WARN  Module @nuxtjs/vuetify not found. Please ensure @nuxtjs/vuetify is in devDependencies and installed. HINT: During build step, for npm/yarn, NODE_ENV=production or --production should NOT be used.


 WARN  Silently ignoring module as programatic usage detected.


 WARN  Module @nuxtjs/i18n not found. Please ensure @nuxtjs/i18n is in dependencies and installed.


 WARN  Silently ignoring module as programatic usage detected.


 WARN  Module @nuxtjs/proxy not found. Please ensure @nuxtjs/proxy is in dependencies and installed.


 WARN  Silently ignoring module as programatic usage detected.


 WARN  Module @nuxtjs/gtm not found. Please ensure @nuxtjs/gtm is in dependencies and installed.


 WARN  Silently ignoring module as programatic usage detected.


 WARN  Module @nuxtjs/robots not found. Please ensure @nuxtjs/robots is in dependencies and installed.


 WARN  Silently ignoring module as programatic usage detected.

(node:384) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Application has thrown an uncaught exception and is terminated:
SyntaxError: Unexpected token < in JSON at position 0
    at JSON.parse (<anonymous>)
    at Object.transformResponse (server.js:971:23)
    at transform (server.js:41340:15)
    at Object.forEach (server.js:3699:10)
    at Object.transformData (server.js:41339:9)
    at onAdapterRejection (server.js:41304:46)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)