Ignored Build Step uses pnpm version 6.35.1

When Ignored build step is run, vercel uses pnpm version 6.35.1 even though we specify in our package.json file: “packageManager”: “pnpm@10.12.4”

We have the env variable ENABLE_EXPERIMENTAL_COREPACK=1 set

2 Likes

I’m getting the same issue. Have you find any fixes?

Thanks for reporting this. Do either of you have an example I can use to dig into the issue?

Hey @saeunnsif! Just checking in to see if you’re still experiencing the issue with Vercel using pnpm version 6.35.1 despite your settings. :blush: Have you found a solution, or do you still need help with this? Let’s figure this out together!

@amyegan , we’re running into the same issue.

It seems that the node version needs to be inline with the pnpm version. See pnpm version error. · Issue #6499 · pnpm/pnpm · GitHub

That’s probably the issue… Could vercel respect the version defined in the package.json file?

FWIW: We also have `ENABLE_EXPERIMENTAL_COREPACK` set to 1.