Skip to content
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

CTRL-C seems to stop the script but not the process? #282

Closed
1 task done
moshmage opened this issue Jun 22, 2017 · 3 comments
Closed
1 task done

CTRL-C seems to stop the script but not the process? #282

moshmage opened this issue Jun 22, 2017 · 3 comments

Comments

@moshmage
Copy link

moshmage commented Jun 22, 2017

I'm having a weird issue, which appeared only after I started using nvmw:
Whenever I use ctrl-c to stop the running script (on MINGW64 bash terminal) the NodeJS process is not killed. Using the normal windows terminal (win+r > cmd) everythin works fine.

My Environment

  • Windows 10

Expected Behavior

Script to stop and NodeJS process to get killed

Actual Behavior

Script stops but NodeJS process lives on

@coreybutler
Copy link
Owner

I'm pretty certain this is a shell issue, not a nvm4w issue.

Also, just to make sure, you are using this project, right? nvmw is a different project.

@moshmage
Copy link
Author

@coreybutler yep - I'm using this one;

It probably is a shell issue, I was just hoping it wasn't and that you may have had a similar problem.
Guess I'll have to use my google-fu, then :)

@coreybutler
Copy link
Owner

I typically stick to the normal shell because I used to run into countless issues with other shells that manipulate the OS in non-standard ways. Issue #58 isn't specifically related, but it did inspire a few comments from other users regarding different shells... maybe there are some insights there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants