node-supervisor icon indicating copy to clipboard operation
node-supervisor copied to clipboard

Infinite restarts of "Starting child process"

Open danchistyakov opened this issue 4 years ago • 2 comments

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

danchistyakov avatar Sep 05 '21 08:09 danchistyakov

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.

GusGF avatar Apr 30 '22 07:04 GusGF

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

userAugustos avatar Jan 17 '23 20:01 userAugustos