balsimpson / alexa-radio-skill

An Alexa Skill that lets you create and customize a personal playlist of audio streams that can be easily managed through a web page. Listen to your favourite radio streams or audiobook by saying, Alexa, ask juke box to play some blues.
https://alexa-radio-skill.vercel.app
2 stars 3 forks source link

Vercel deployment error: `Error: The following Serverless Functions contain an invalid "runtime"` #4

Open HammyHavoc opened 5 months ago

HammyHavoc commented 5 months ago

I get the following error when deploying on Vercel:

`Deploying outputs... Error: The following Serverless Functions contain an invalid "runtime":

HammyHavoc commented 5 months ago

In the Vercel project's Settings page, I changed the Node.js version from 20.x to 18.x on a hunch and that seems to get the app building successfully again.