-
-
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
v12 Promise rejection, v7 never restarting #1914
Comments
Do you want to give a few minutes to try the Others might be able to offer suggestions on exact version to revert to (though sounds like you're pinned for now on .7) - and since it's just me, I've got to fit fixes between IRL stuff - but it is coming! |
@remy yep tried the debug version but still seeing
...and edits not cascading to the web page after a manual refresh. Is there any actual debugging I can do so you can see whats going on? |
@GusGF there's two levels of debug, you can use the There's also the env value of |
Here's my code in index.js:
Everytime I save my index.js regardless of whether I've made changes or not this is generated and sometimes it repeats??!
_
_
What am I supposed to be seeing that's different with debug? For the time being whilst I can't get Nodemon to work I'm using Supervisor, so far so good. |
I'm going to clsoe as you have a work around. I can't replicate and this is the same as the others have reported, but no one has been able to tell me which terminal is being used (since unhelpfully Windows has several these days of totally different flavours). |
I've tried Powershell, Git Bash & the standard Windows 10 command prompt. |
If you can replicate in all these shells then there's something else at play - I can't replicate at all, you can see my screenshot here: #1903 (comment) - happy to continue in that thread for now - anything you can add will be valuable. |
Okay thanks. |
I'm about to give up on this after 2 wasted days of getting nowhere. Installed nodemon v2.0.12 globally then degraded to v2.0.7 to fix the promise rejection. On the lower version I continue to see a message saying that it's restarting due to changes . . . it just never does.
Checked environment variables i.e. system32 for Windows installs
Tried several reboots
Tried the consoles native cmd, git bash, native powershell & VSCode(powershell & cmd)
People are saying it's Windows 10 causing the problem but what exactly and how do I find out? Is there anyway of discovering what the issue is through running nodemon in debug mode or at least rule out certain things?
I tried to your documentation here on Github here but I found it didn't contain many of the nodemon commands I discovered elsewhere on the internet, on the whole the docs didn't help at all. It would have been great if they'd provided debugging support so users could at least try to do their own troubleshooting.
If I could get help on the debugging side and maybe reinstall the latest version again and take it from there, that would be great.
Node v14.15.4
NPM v6.14.10
Nodemon v2.0.12 but now reverted to v2.0.7
Windows 10 Pro 21H1
The text was updated successfully, but these errors were encountered: