nuxt / vercel-builder

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

Vercel / Nuxt does not support Node 16? #712

Closed JesseMaxwell closed 1 year ago

JesseMaxwell commented 1 year ago

Versions

Reproduction

vercel.json:

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

Steps to reproduce

  1. Push up app with Node 16

What is Expected?

It to work because https://vercel.com/docs/runtimes#official-runtimes/node-js/node-js-version say Node 16 works

JesseMaxwell commented 1 year ago

Is this repo dead? The last release was a year ago (Sept 2021).

lucasfischer commented 1 year ago

Running in to the same issue when trying to use Node.js 16.

danielroe commented 1 year ago

This should now be resolved in @nuxtjs/vercel-builder@0.23.0. Let me know if not and we can reopen it.