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
fix(e2e): update pnpm-workspace.yaml overrides for forceFreshMigration projects
Projects using pnpm catalogs (vinext, viteplus-ws-repro) have
`overrides: { vite: "catalog:" }` which takes precedence over the tgz
paths that vp migrate injects. This causes install failures because
vite-plus@0.0.0 depends on @voidzero-dev/vite-plus-test@0.0.0 which
doesn't exist on npm.
Fix: for forceFreshMigration projects, use the yaml package to update
pnpm-workspace.yaml overrides to point directly to tgz files for all
vite-plus packages. pnpm overrides take precedence over catalog entries.
0 commit comments