-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 stops nodemon server but along errno 130 elifecycle error #1390
Comments
Please can you try with the current debug version: |
Just tried with |
Technically ctrl-c isn't a graceful exit, it's a SIGINT with an exit code
of 130 (it's just somehow the new way I was going it was confusing npm) -
you can validate this by checking ctrl-c on npm and `echo $?`
…On Thu, 12 Jul 2018, 10:26 Graziano Statello, ***@***.***> wrote:
Just tried with ***@***.*** (1.18.2-alpha.1) and no more errno 130
elifecycle error, it exits gracefully.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1390 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAA1hLwNFwqo1z5dkxD3md92dfQWXIU-ks5uFxZHgaJpZM4VMPUK>
.
|
I also meet this problem today. When I use nodemon in CLI, it's ok. However, I use npm script to run it, it doesn't work properly. |
@remy it is 130 indeed :) |
@Akallabet Maybe it is related to project. I run two different projects with npm script. One is ok, the other is 130. nodemon@debug (1.18.2-alpha.1) |
@sumAlbert definitely possible, btw I'm running Hope it helps |
Having this issue in 1.18.3 |
Me too, also in 1.18.3, downgraded back to 1.17.5 and ctrl-c exiting works again without LIFECYCLE 130 errors... |
I have this issue in 1.18.3 too! |
Can confirm this issue is still present in 1.18.4 |
Upgrading to 1.18.5 seems to have fixed this for me. |
Having this issue in 1.18.6 |
Updating to 1.18.7 has solved this issue for me. |
Having this issue in 1.18.9 |
Also having this issue in 1.18.9 |
@remy Please reopen! |
1.18.10 :( |
Still having the same issue on 1.19.0 |
1.19.1 |
It is not likely, that it will be fixed anytime soon: #1424 (comment) |
Pretty amazed by the ratio of "still happening" to PRs on this particular issue! 😄 |
Hi everyone! I found a bug ticket on the node github page, which addresses a very similar, if not the same issue: I have node UPDATE: Checked the latest LTS version ( Note to myself: I occasionally get an |
[nodemon] 1.19.1 |
Check your node and npm versions and try updating them! There is a good chance, that it will solve the issue for you too. |
Thank you very much. It works.
|
If you put some logging in, it looks like the
|
Hi @remy sorry to bother you on this again but on
so now my question is : why do we have
If there is no good reason for throwing a Thanks. |
@borracciaBlu best to track the git blame on that line. The project is coming up on 10 years old and there's so many tiny changes for specific systems to make it all hang together I can't recall why but I'm sure it's there on purpose. It's not the kind of copy you'd see in copy/paste mistake. |
npm install -g nodemon@debug This one that Remy made, fixes the problem for me |
@abdouakhad thanks for your reply. After changing the nodemon version 2.0.7 to 2.0.14-alpha.1 the problem was fixed. |
Hi. However,
ctrl+c
afternode server.js
does exit and stops gracefully (no errno 130 elifecycle).Any solution?
The text was updated successfully, but these errors were encountered: