Dear all
I'm getting build error on vercel and not locally. Some packages are missing while building on the server:
...
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry
- info Creating an optimized production build...
Failed to compile.
./src/lib/components/modal-mapping.tsx
Module not found: Can't resolve '@hookForm/resolvers/zod'
https://nextjs.org/docs/messages/module-not-found
....
```
You can find here attach my build log and my package.json.
This is driving me crazy as it is a simple project that is building and running just fine locally.