-
-
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
web_1 | [nodemon] restarting due to changes... #1238
Comments
You're going to need to provide dockerfile and docker-compose files to replicate. Otherwise I can't replicate, and I can't help. Sorry (assume, rightly, that I know little-to-nothing about docker etc) |
so I get this ...
instead of this
|
Again, I know nothing about docker compose, so I can't replicate this. Unless I get a PR for this or I get details on how to replicate, I'll close in the next few days. |
I'm not using docker anyways.. see #763 |
It works in windows, and not works in mac with same docker files. I downgraded the version of nodemon to see if it works. but , it never worked. I switched to supervisor instead of nodemon. I no more need this resolved. thanks! |
Nodejs detects the file changes, but will not restart. please help on this.
nodemon -v
: 1.14.11node -v
: v9.4.0nodemon --delay 2500ms -L app/bin/www
Expected behaviour
after any changes in the file, I expect nodeman to restart server and reflect changes
Actual behaviour
Nodeman able to detect changes and says restarting, but i dont see it reflects changes.
It gets hanged in below line.
"web_1 | [nodemon] restarting due to changes..."
Steps to reproduce
"scripts": {
"start": "nodemon --delay 2500ms -L app/bin/www",
"test": "mocha"
}
"web_1 | [nodemon] restarting due to changes..."
If applicable, please append the
--dump
flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.The text was updated successfully, but these errors were encountered: