vercel-builder icon indicating copy to clipboard operation
vercel-builder copied to clipboard

Error deploy to vercel

Open aslero opened this issue 3 years ago • 1 comments

Versions

  • nuxt:
  • node:

Reproduction

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

vercel.json

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

aslero avatar Sep 15 '22 09:09 aslero

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

danielroe avatar Sep 15 '22 10:09 danielroe

Hello, @danielroe please take a look...

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

Screenshot 2022-10-06 065439

kinxlo avatar Oct 06 '22 05:10 kinxlo

@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.

ZeroThe2nd avatar Oct 11 '22 19:10 ZeroThe2nd

You should now be able to use Node 16 with @nuxtjs/[email protected]. Let me know if not and we can reopen.

danielroe avatar Oct 12 '22 11:10 danielroe