Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run forever script on Windows, show processing but not forever processes running #1122

Open
SilveryStar opened this issue Nov 17, 2021 · 0 comments

Comments

@SilveryStar
Copy link

System: Windows10 Home 20H2
Node Version: v12.16.3
Forever Version: 4.0.1

"scripts": {
  "start": "ts-node -r tsconfig-paths/register index.ts --files",
  "serve": "forever start --minUptime 1000 --spinSleepTime 1000 -v -c \"npm start\" ./"
}

npm run serve can run successful on linux. But on windows, although forever response info: Forever processing file: ./, if I use forever list, there is no forever processes running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant