How to stop Node.js application using forever module on Windows?

前端 未结 6 1783
伪装坚强ぢ
伪装坚强ぢ 2020-12-23 16:30

I have gone through so many questions regarding forever module for nodejs APP, but did not find my answer.

Forever module is working fine on a Linux box

6条回答
  •  星月不相逢
    2020-12-23 16:57

    I had this same issue and found that it was because I was running forever start with sudo (on Linux) so that I could run a production site on port 80. This did the trick:

    sudo forever list
    

提交回复
热议问题