My Node/Express backend is using a library (exiftool-vendored) that executes a Perl script. How can I have running on my Vercel serverless function?
The server logged:
Unhandled Rejection: Error: Perl must be installed. Please add perl to your $PATH and try again.
. I have checked the documentation but couldn’t find anything related to installing it.