-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run dev
does not quit after receiving Ctrl-C
#6569
Comments
Application created from the |
It also happens with Remix 1.16.1. I can't confirm yet if it happens only if you use wrangler 3. |
Fixed by #6663 / cannot reproduce on npx create-remix@nightly --template https://github.com/remix-run/remix/tree/main/templates/cloudflare-pages
cd my-remix-app
npm run dev
^C
ps aux | rg 'remix' # shows no results
ps aux | rg 'node' # shows no results Tried hitting CTRLC at different timings (before |
@pcattori Will this be part of the next release? or only until v2 is shipped? |
What version of Remix are you using?
1.17.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
npm create-remix@latest
pick Typescript, Cloudflare Pages, no stack, install
npm run dev
press Ctrl-C
Expected Behavior
After printing
Shutting down local server
all subprocess with terminate and control will be returned to the terminal.Actual Behavior
It hangs forever. If the process are killed from the outside, the terminal is left in inconsistent state and needs to be reset.
The text was updated successfully, but these errors were encountered: