Arjit

Results 4 comments of Arjit

Did anyone find the solution I am facing the same error. My file structure is as follows ![Screenshot 2024-05-16 163147](https://github.com/vercel-community/php/assets/82926673/dfec9ea7-da6c-4432-a3fd-dce5f361cb12) and my vercel.json file is ![Screenshot 2024-05-16 163245](https://github.com/vercel-community/php/assets/82926673/5e2e43ee-13f6-49f3-8ec1-36300684826b) 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...