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

前端 未结 6 1764
伪装坚强ぢ
伪装坚强ぢ 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:38

    It's a bug in windows https://github.com/nodejitsu/forever/issues/337 If you need to stop your app just open task manager and find node.js process and kill it. Hard but work.

提交回复
热议问题