No badges yet
No accepted solutions yet
Text shifts in PDF exports
it can be some css being applied… try to search some code with `@media` like ```css @media print { .no-print { display: none; } } ``` or some sort of code like this… maybe t
Pnpm install failing
for anyone having this same issue, I solved it adding this key `ENABLE_EXPERIMENTAL_COREPACK` to all environment variables and set it’s value to `1` and deploy it right after...
Pnpm install failing
followed [this topic](https://community.vercel.com/t/issue-with-pnpm-v10/27586/4) and tested using the \` “packageManager”: “pnpm@10.7.0” \` and still same result, fail on build...
Pnpm install failing
Vercel is failing to install packages during deploy ``` 10:47:05.257 Running build in Washington, D.C., USA (East) – iad1 10:47:05.258 Build machine configuration: 2 cores, 8 GB...