You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a monorepo, you set the base directory to one of sub-directories which does not contain the pnpm-lock.yaml file, which is in the top-level directory. Therefore, Netlify doesn't detect PNPM and tries to install with NPM, which fails - in my use case with:
Describe the bug
If you have a monorepo, you set the base directory to one of sub-directories which does not contain the
pnpm-lock.yaml
file, which is in the top-level directory. Therefore, Netlify doesn't detect PNPM and tries to install with NPM, which fails - in my use case with:Steps to reproduce
cd
back up to the top-level before running the build (see config)(I'm not sure 3 is necessary, as I think it will still fail to find the
pnpm-lock.yaml
file even if this isn't the case)Configuration
Deploy logs
The text was updated successfully, but these errors were encountered: