remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.23k stars 1.72k forks source link

Nodemon not starting app nor crashing #2065

Closed jlong5795 closed 1 year ago

jlong5795 commented 1 year ago

Expected behaviour

Expect nodemon to start node application and once loaded see a terminal readout that server is running listing the port

Actual behaviour

nodemon logs out that it's starting, names the command, then does nothing beyond that. No crash, no error, no restart

Steps to reproduce

Behavior is the same when run as part of the docker compose command and on the local machine. Application does not hang so on Intel MacBook


If applicable, please append the --dump flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.

cvvkshcv commented 1 year ago

"dev": "nodemon -e ts --exec "npm run buildAndRun"", <-- The error can be because of " double quotes you used,, try ' single quote "nodemon -e ts --exec 'npm run buildAndRun'"

github-actions[bot] commented 1 year ago

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. Thank you for contributing <3

github-actions[bot] commented 1 year ago

Automatically closing this issue due to lack of activity