Hey all, posting about this issue and a workaround for those encountering something similar.
I’m using Corepack - Configuring a Build. I followed the directions with the Vercel envvar setup, and I have a packageManager property in my package.json. I am not using a package.json in the root of my repository, but instead at the root of my Vercel-configured Root Directory (which makes sense for a monorepo).
Based on what I’ve seen and tried so far, Vercel Build step looks specifically for package.json in the root of the repository and not in the Root Directory, even if no package.json exists in the root of the repository. This seems like an oversight to me – shouldn’t we be looking for a package.json in the Vercel-configured Root Directory?