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
When in a monorepo, the packageManager value in the root package.json and nested package.json are not evaluated. This causes it to use npm incorrectly. The .npmrc also does not seem to be taken into account.
Reproduction Steps
npx create-payload-app inside of monorepo
Adapters and Plugins
No response
The text was updated successfully, but these errors were encountered:
Package manager detection has been improved in recent versions of cpa. I don't think monorepo detection is worth supporting currently. For the time being, --use-pnpm, --use-yarn, etc can be used to force the package manager choice.
Link to reproduction
No response
Payload Version
3.0.0-beta.59
Node Version
20
Next.js Version
15
Describe the Bug
When in a monorepo, the
packageManager
value in the root package.json and nested package.json are not evaluated. This causes it to usenpm
incorrectly. The.npmrc
also does not seem to be taken into account.Reproduction Steps
npx create-payload-app
inside of monorepoAdapters and Plugins
No response
The text was updated successfully, but these errors were encountered: