I am getting this error message when deploying my next js app to vercel, this is working fine locally
at ChildProcess.<anonymous> (/var/task/apps/web/.next/server/chunks/9210.js:6:289151)
at ChildProcess.emit (node:events:519:28)
at ChildProcess._handle.onexit (node:internal/child_process:292:12)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
digest: '236679079'
}```
I am using a pdf2pic npm package for pdf parsing. any workaround