-
-
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 and emit errno 130 —— nodemon 1.8.4 #1424
Comments
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
problem still persists |
Also experiencing this on: OS: macOS Mojave 10.14 |
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
please |
I am experimenting the same problem on MacOS Mojave 10.14 |
Also experiencing this on: OS: macOS High Sierre 10.13.6 |
You're all still experiencing it because the only person who sent a PR has failing tests. You'll need to send a PR to see a change. I've got this on my radar, but it's not a huge deal so I've not busted open the code (either) to fix. |
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
The issue still persists with nodemon 1.19.0. Why isn't anyone looking into this? What is error 130 anyways? Where should one start debugging in order to work on a fix? |
This issue still persists on nodemon 2.0.1 with npm 6.9.0 and node v12.4.0. The other thread still has the same problem. |
@finnthedawg try updating node to |
I'm having this |
No one, besides me, has tried to fix it, so yeah, you'll still have this
"problem"
…On Wed, 7 Oct 2020, 04:32 Hagen DeRouen, ***@***.***> wrote:
I'm having this problem with nodemon 2.0.4, node 12.19.0, and npm 6.14.8.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1424 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAADLBEVMCYOK4NA72RSQ4TSJPOOPANCNFSM4FUX6BIQ>
.
|
still persists with me to lol. MacOS Mojave 10.14. this bug is three years old now can anyone shed light on this lmao |
@nickgarver see literally the comment before yours... |
when I run
npm run dev
,and thenctrl-c
, then node server had ended, but it throw the error thatnpm ERR! code ELIFECYCLE npm ERR! errno 130
If i directly run
npm run watch-ts & nodemon dist/app.js
, when i ctrl + c , that is ok.nodemon -v
: 1.8.4node -v
: v8.4.0The text was updated successfully, but these errors were encountered: