question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

forever list shows `no forever processes running` on Windows

See original GitHub issue

I’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:closed
  • Created 11 years ago
  • Comments:93 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
SHASHANK-PRO-05commented, Jun 9, 2016

linux users, check your memory guys might have been used up

1reaction
indexzerocommented, Nov 5, 2014

@kms you are using an old, out-of-date version of forever that is incompatible with Windows.

npm i -g forever@0.13.0
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found