No badges yet
No accepted solutions yet
New corepack lockfile check is too strict
Yeah, I do have a yarn.lock file in my repository, in addition to a pnpm-lock file, but the yarn.lock file is required for my monorepo to deploy to another cloud provider. I think...
New corepack lockfile check is too strict
For others, I worked around it by disabling corepack (remove the `ENABLE_EXPERIMENTAL_COREPACK` environment variable) and updating my installCommand, but I'd rather use the...
New corepack lockfile check is too strict
>Error: Detected package manager "yarn" does not match intended corepack defined package manager "pnpm". Change your lockfile or "package.json#packageManager" value to match. I...