trouble with Vercel deploy (no errors)
Summary
Cant figure out why this is happening. The build is succeeding on local. then deployment doesnt work
I dont see any errors.
It also fails when deploying by github push hook
would code outside
/src/
cause build failure without error?
i have a folder which houses some batch processes and one of the APIs is importing functions from that folder - could that cause this?
package.json
Example
No response
Steps to Reproduce
npm run build
npm run deploy1 Reply
So the answer was to debug using npm install --verbose in the build step... once i did that i could find out the detail of the problem