forever list shows `no forever processes running` on Windows
See original GitHub issueI’ve seen related or duplicated issues, and all of which were fixed and closed. But none of them was on windows.
I have fresh installed Windows 2008, node.js, forever. and I got this issue:
.\forever start app.js // functions well as expected
.\forever list // no forever processes running
.\forever stop app.js // cannot find process with index: app.js
exactly the same symptom as issue#224 and etc.
Issue Analytics
- State:
- Created 11 years ago
- Comments:93 (4 by maintainers)
Top Results From Across the Web
node.js - "forever list" says "No forever process running" but it ...
Generally it is root user (in case of ubuntu upstart unless specified) so you can switch to root user using sudo su and...
Read more >Running Node.js scripts continuously using forever
This article demonstrates how to set up forever, an npm module, with a Node application and covers some important forever commands.
Read more >Why does my node app process keep getting stopped when I ...
I'm running the forever start and the forever list in the same ssh session, one after the other. The app's process seems to...
Read more >foreverjs/forever - Gitter
hi guys, i am new with forever, i have a node js application that i need to deploy in windows server 2012. i...
Read more >How To Manage Your Node.js Servers Using Forever - YouTube
In this video you will learn how to run Node.js web servers indefinitely in the background and manage them using the npm package...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
linux users, check your memory guys might have been used up
@kms you are using an old, out-of-date version of forever that is incompatible with Windows.