Error: Function Runtimes must have a valid version? Deployment issue #2008
-
SummaryThis is my first time deploying on Vercel. And when I run 'vercel' in my terminal I do get a URL but I also get these errors " I'm not sure what these mean, I updated to the latest version of vercel and I think my vercel.json file is correct. Would someone be able to help me make sense of this? Additional information// vercel.json { ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
It looks like you have a problem with your function config. The runtime only needs to be specified if using an unsupported runtime, so you don't need to specify Node.js here. Instead, you can set the Node.js Version on the Project Settings page. |
Beta Was this translation helpful? Give feedback.
It looks like you have a problem with your function config. The runtime only needs to be specified if using an unsupported runtime, so you don't need to specify Node.js here. Instead, you can set the Node.js Version on the Project Settings page.