I believe this is due to the package is not listed in my dependencies. But after I check the package.json, its actually already listed. Can you guys help me with this one? Thanks in advance.
Vercel does not have an official PHP runtime, so I think that could be the source of your issue. You can use the Community PHP runtime and learn more about Vercel supported Runtimes on our docs.
Thank you for the prompt response. Ahh I see the issue now. I guess, I’ll build my project locally and commit the built resources to vercel then. What do you think? Maybe you have something else in mind that I can try.
Hi @luzikato-02, that depends on what is your build output. If it’s just HTML+CSS+JS assets, then surely that’ll work (you can even use GitHub actions to automate it) but I’m assuming you’re using Laravel for backend functionality, which sadly won’t work with this approach.