Andrey Seluykov

Results 7 comments of Andrey Seluykov

I have found that the Nuxt application builds and runs fine, but the issue only occurs when running on localhost. To resolve this, we need to enable the nuxt module...

Yes, the project runs properly when building with `nuxt build`, I can confirm that

`npm` gives the same error with `import-in-the-middle`. Attaching the Vercel logs ![Image](https://github.com/user-attachments/assets/8507459c-ff8e-47d1-a8d8-5bea7023228c)

Adding the `import-in-the-middle` explicitly to dependencies did not help.

I am going to use `dynamicImportForServerEntry` with the value of `false` as it helps, but I hope this is a temporary solution.

@s1gr1d adding `"@vercel/nft": "^0.27.4"` to the `package.json` file helped. Thank you. For those who it may be helpful: add this to your `package.json` at root level ``` "pnpm": { "overrides":...