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

Infinite restarts of "Starting child process" #227

Open
danchistyakov opened this issue Sep 5, 2021 · 2 comments
Open

Infinite restarts of "Starting child process" #227

danchistyakov opened this issue Sep 5, 2021 · 2 comments

Comments

@danchistyakov
Copy link

When I just trying to run a very simple code with Supervisor i get infinite restarts of my code.
Image of logs
Code:
const Test = () => { console.log("test"); }; Test();
Node.js: v14.17.3;
npm: 7.20.5

@GusGF
Copy link

GusGF commented Apr 30, 2022

Yep I've got the same problem for some reason it doesn't like my code. Ironically exact same script works fine with nodemon which I normally have problems with hence why I generally use Supervisor.

@userAugustos
Copy link

have u solve this?
I Think it can be a problem with this node version

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

3 participants