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
Forever
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.