nuxt / vercel-builder

Vercel Builder for Nuxt
MIT License
645 stars 75 forks source link

Error deploy to vercel #704

Closed aslero closed 1 year ago

aslero commented 1 year ago

Versions

Reproduction

Снимок экрана 2022-09-15 в 16 55 57

vercel.json

{
  "version": 2,
  "builds": [
    {
      "src": "nuxt.config.js",
      "use": "@nuxtjs/vercel-builder"
    }
  ]
}
danielroe commented 1 year ago

You likely need to use a newer Node runtime in your vercel project.

kinxlo commented 1 year ago

Hello, @danielroe please take a look...

Having the same issues too... framework - Nuxtjs 2 enviroment - Node 16+

Screenshot 2022-10-06 065439

ZeroThe2nd commented 1 year ago

@danielroe while most likely the issue, there's no way to move to Node 16 because the dependency that's being moved in PR #674 actually prevents Node 16 from being used. This causes the engine to be forced down to Node 14.

danielroe commented 1 year ago

You should now be able to use Node 16 with @nuxtjs/vercel-builder@0.23.0. Let me know if not and we can reopen.