Balázs Kaufmann

Results 4 comments of Balázs Kaufmann

I'm getting the same error. Have you figured out what's going on?

I have the same issue. If I rename `nuxtApp` to anything else, it works: `const _nuxtApp = useNuxtApp()`. But that is not ideal, I would have to rename it to...

So I tried debugging the issue and I made some progress on this. To debug I ran vitest with `--inspect-brk --no-file-parallelism` and used `chrome://inspect` to attach to the process. I...

Adding the following overrides to the `package.json` helps until `typescript` and `ts-node` is not upgraded in the `@vercel/node` package. This this needs a local installation of the vercel-cli not `npm...