Replies: 1 comment
|
This was a CLI package-manager detection/install issue rather than an incompatibility with pnpm 11. Two fixes landed after the behavior described here:
They are included in corepack enable
corepack use pnpm@11
pnpm dlx shadcn-vue@2.7.4 initKeeping a concrete pnpm 11 version in the project's If an earlier failed run already mixed a pnpm 10 installation into |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
shadcn-vue initfails after CSS variables are updated. I found that the CLI is spawning pnpm, but the resolved pnpm version inside the spawned process is 10, even though the target project uses pnpm 11. Result is store conflict. Can I bypass that somehow as temporary fix, maybe force pnpm 11?All reactions