No accepted solutions yet
No topics yet
No badges yet
Yarn 4 support
If you are seeing `Error: Dynamic require of "util" is not supported` with Yarn 4, there are currently two work arounds to consider: 1. Remove `"type": "module"` from the project's...
Vercel Deploy error due to pnpm 10.4
To enable corepack on Vercel, you also need to add the environment variable with name `ENABLE_EXPERIMENTAL_COREPACK` and value `1` to your project. If you already have a...
Vercel Deploy error due to pnpm 10.4
Hello! It sounds like your project is using `pnpm@10` in Vercel CI while you are using `pnpm@9` locally? If so, this problem is not actually caused by `pnpm@10`. This will also...