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
vp migrate takes over 3 minutes on a medium-sized project (~1625 packages in node_modules). After the following log output, the terminal appears to hang with no spinner or progress indication:
Installing dependencies (2s)
✔ Created vite.config.ts in vite.config.ts
✔ Merged .oxlintrc.json into vite.config.ts
✔ Merged staged config into vite.config.ts
After these three messages, there is no spinner, no log output, and no indication of what is happening for 3+ minutes. This makes it look like the process is frozen.
the below reproduction video, which is recorded by screen studio (24x):
vp-migrate-issue.mp4
Reproduction
My private repo (Any medium-to-large project with ~30+ dependencies. The issue is more noticeable with more packages)
Steps to reproduce
Have a project with vite, vitest, eslint, and lint-staged configured
Run vp migrate
Answer the interactive prompts
After "Merged staged config into vite.config.ts", observe the terminal — no output for 3+ minutes
No debug logs available — `vp migrate` does not support `--debug` or `--verbose` flags. `VITE_LOG=debug` only affects the Rust binary tracing and does not provide visibility into the JS migration steps.
Describe the bug
vp migratetakes over 3 minutes on a medium-sized project (~1625 packages in node_modules). After the following log output, the terminal appears to hang with no spinner or progress indication:After these three messages, there is no spinner, no log output, and no indication of what is happening for 3+ minutes. This makes it look like the process is frozen.
the below reproduction video, which is recorded by screen studio (24x):
vp-migrate-issue.mp4
Reproduction
My private repo (Any medium-to-large project with ~30+ dependencies. The issue is more noticeable with more packages)
Steps to reproduce
vp migrateSystem Info
Used Package Manager
pnpm
Logs
Validations