Arjit
Arjit
Did anyone find the solution I am facing the same error. My file structure is as follows  and my vercel.json file is  I know...
> Are you using Node 18.x? Node 20.x is a problem. yeah i have made that change
this solution works! thanks > I had the same problem with node 20x. I created package.json file and add this code to use node 18x version. > > package.json `{...
I know Vercel uses Node.js to build our project and for the creation of Serverless Functions but I didn't quite understand the role of "runtime":"[email protected]" An explanation would be greatly...