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
Observe that the terminal enters an abnormal state:
input becomes slow or unresponsive
Backspace prints ^H
Ctrl+C prints ^C
System Info
@Curtion ➜ report-vite-plus-1 git(main) vp env current
VITE+ - The Unified Toolchain for the Web
Environment:
Version 24.14.1
Source lts
Tool Paths:
node C:\Users\Curtion\.vite-plus\js_runtime\node\24.14.1\node.exe
npm C:\Users\Curtion\.vite-plus\js_runtime\node\24.14.1\npm.cmd
npx C:\Users\Curtion\.vite-plus\js_runtime\node\24.14.1\npx.cmd
@Curtion ➜ report-vite-plus-1 git(main) vp --version
VITE+ - The Unified Toolchain for the Web
vp v0.1.14
Local vite-plus:
vite-plus Not found
Tools:
vite Not found
rolldown Not found
vitest Not found
oxfmt Not found
oxlint Not found
oxlint-tsgolint Not found
tsdown Not found
Environment:
Package manager pnpm v10.28.0
Node.js v24.14.1
@Curtion ➜ report-vite-plus-1 git(main)
Describe the bug
On Windows, after starting the dev server and stopping it with Ctrl+C, the terminal is left in a broken or unusable state.
Common symptoms include:
This issue is reproducible with
vp run dev,pnpm run dev, andnpm run dev.The issue does not reproduce with:
bun run dev.\node_modules\.bin\vite.CMD.\node_modules\.bin\vite.ps1C:\Users\Curtion\Desktop\node-v24.14.1-win-x64\npm.cmd run dev(Native Node.js)C:\Users\Curtion\Desktop\node-v24.14.1-win-x64\npm.ps1 run dev(Native Node.js)PixPin_2026-03-28_12-59-32.mp4
Reproduction
https://github.com/Curtion/report-vite-plus-1
Steps to reproduce
vp run devpnpm run devnpm run devSystem Info
Used Package Manager
pnpm
Logs
Validations