nodemon not working properly

后端 未结 13 682
长发绾君心
长发绾君心 2021-02-01 05:18

I am running my nodejs app by npm start

I just installed nodemon by sudo npm install -g nodemon so that i can get my server restarted when i s

13条回答
  •  粉色の甜心
    2021-02-01 05:39

    Certain child processes related to your parent process may not be closed. Try to kill all the child processes.

    Ref: https://github.com/remy/pstree

提交回复
热议问题