-
-
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
nodemon 1.10.1 does not restart when source code file changes #895
Comments
Looks like a bug with the new update. I reverted back to 1.10.0 for the time being! |
Same here |
@xiedwill @EngineeredTruth what OS are you running on? So I can check on my side to debug? |
@remy Ubuntu 16.04.1 LTS |
👍 Downgraded to 1.10.0, issue goes away. Mac OSX 10.11.5 |
Anyone using Docker here? Or is this directly on the command line? |
Command line, here. |
Command Line directly. |
|
On Mac OSX had the same problem with 1.10.1 (the revert/rollback isn't active yet, or npm still has 1.10.1 cached for now). Also crashed on restarting manually from the command line
|
@fdoxyz
|
@seamoss yep, sorry didn't notice your comment while typing mine :) |
I posted a moment ago, but deleted the comment. It's happening on node@4 too. I'm replicating with the |
Had the same issue; reverted and fixed. Change file would not restart, and when I tried rs command manually, stdin would be null, and the restart would fail. |
Latest version, 1.10.2 has the fix. Sorry for the disruption folks. |
👍 awesome! |
@remy I'm experiencing this issue on a Docker image running nodemon, was it a known issue? I'm just going thru all open issues related to Docker in the meantime. |
Thanks, this works great @seamoss .
|
@vitorpiovezam I'd recommend installing the latest version (1.14.x), there's been a lot of work since 1.10.0 so you might find a problem is fixed but also you can report new issues and they'll be investigated too. |
@remy Updated to 1.14.10 and I can't get the server restarted on file changes.
I'm changing and saving app.js and other js files in subfolders and nothing happens (server is not restarting). |
@modikrunal202 this is a closed issue. Please review the other open windows issues to see if it matches and add to those threads. |
sir please help i use the windows 10 node latest version and i install nodemon but server not restart automatically.my nodemon version is 1.18.9 please help me |
version 1.18.10 does NOT work for Windows 10 either nodemon --verbose web_server_1.js |
Can you debug it at all?
…On Fri, 22 Mar 2019, 14:25 Warren Van Wyck, ***@***.***> wrote:
version 1.18.10 does NOT work for Windows 10 either
node --version
v10.15.3
nodemon --verbose web_server_1.js
[nodemon] 1.18.10
[nodemon] to restart at any time, enter rs
[nodemon] or send SIGHUP to 93400 to restart
[nodemon] watching: *.*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting node web_server_1.js
[nodemon] forking
[nodemon] child pid: 97016
[nodemon] watching 0 files
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#895 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAA1hHgNnRM0Fu9BUno-K89VK6XQmU6-ks5vZOfsgaJpZM4JnvOi>
.
|
Seems this could be a *chokidar *issue. Others are working on that.
I was puzzled why the issue was closed since Windows 10 isn't working.
…On 3/22/2019 10:32 AM, Remy Sharp wrote:
Can you debug it at all?
On Fri, 22 Mar 2019, 14:25 Warren Van Wyck, ***@***.***>
wrote:
> version 1.18.10 does NOT work for Windows 10 either
> node --version
> v10.15.3
>
> nodemon --verbose web_server_1.js
> [nodemon] 1.18.10
> [nodemon] to restart at any time, enter rs
> [nodemon] or send SIGHUP to 93400 to restart
> [nodemon] watching: *.*
> [nodemon] watching extensions: js,mjs,json
> [nodemon] starting node web_server_1.js
> [nodemon] forking
> [nodemon] child pid: 97016
> [nodemon] watching 0 files
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#895 (comment)>,
or mute
> the thread
>
<https://github.com/notifications/unsubscribe-auth/AAA1hHgNnRM0Fu9BUno-K89VK6XQmU6-ks5vZOfsgaJpZM4JnvOi>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#895 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AmEwD9-xD-Xafy2xM_Hiso3MtBmpZtqjks5vZOmHgaJpZM4JnvOi>.
|
Hello @remy Sir, When I save my code, it only shows- But not starting my "js" file again. Tell me where I am going wrong. Operating System- Windows 10 |
@sumiie24 , I had the same problem. My solution was adding C:\Windows\System32\ to the system variable in the PATH. |
i install properly nodemon and show restart any changes cmd show-> |
Amazing Thanks A Lot |
This works for me; Delete these directories; C:/Users/{user}/AppData/Roaming/npm and C:/Users/{user}/AppData/Roaming/npm-cache and re-installed global npm modules. Sheers!! |
I install the latest nodemon (1.10.1) on Ubuntu 16.04, with node v6.4.0
then I run
and changes server.js, the server would not restart automatically. However, when I install an earlier version, and do the same thing, the server will restart correctly.
The text was updated successfully, but these errors were encountered: