#Failing deploy to vercel.
2 messages · Page 1 of 1 (latest)
I've never used vercel, but the error suggests you are trying to deploy with Node 18 which is not supported. A quick look at https://vercel.com/docs/runtimes says that only up to Node 16 LTS is available. I presume you can change this in a config somewhere?