vercel-builder
vercel-builder copied to clipboard
Error deploy to vercel
Versions
- nuxt:
- node:
Reproduction
vercel.json
{
"version": 2,
"builds": [
{
"src": "nuxt.config.js",
"use": "@nuxtjs/vercel-builder"
}
]
}
You likely need to use a newer Node runtime in your vercel project.
Hello, @danielroe please take a look...
Having the same issues too... framework - Nuxtjs 2 enviroment - Node 16+

@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.
You should now be able to use Node 16 with @nuxtjs/[email protected]. Let me know if not and we can reopen.