We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Windows 7, the kill command fails to actually stop the command. My node app is still running even after the kill command.
The text was updated successfully, but these errors were encountered:
Partially solved with option killCmd. Looking for a better solution.
Sorry, something went wrong.
So then how do you kill the nodejs app running?
Edit: With something like this? taskkill /F /IM <processname.exe>
Or is there a more elegant way?
No branches or pull requests
On Windows 7, the kill command fails to actually stop the command. My node app is still running even after the kill command.
The text was updated successfully, but these errors were encountered: