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

Results 54 node-supervisor issues
Sort by recently updated
recently updated
newest added

When I just trying to run a very simple code with Supervisor i get infinite restarts of my code. ![Image of logs](https://d.radikal.ru/d01/2109/06/681f0f66a12f.jpg) Code: `const Test = () => { console.log("test");...

I find some project need to start with the pre-load command; ``` node -r esm main.js ``` I try to run it as ``` supervisor -- main.js -r esm ```...

can this run Python like PM2 as well?

is there a way to exit on error instead of hanging?

Idea is to not get into a horrible infinite restart loop when you have a syntax error or similar. First restart happens immediately. Second restart within a certain time window...

wishlist

I think the word in the sentence could be `even` instead of `eaven` !

The debug flag has been [deprecated in node 7](https://nodejs.org/api/debugger.html#debugger_v8_inspector_integration_for_node_js). Also, it's now possible to pass [hostname]:[port] to the inspect flag. I'd like to propose a breaking change in the next...

Tried to use --exec option without sucess: ``` supervisor --exec 'node --max-old-space-size=1000' ./index.js ``` Error: ``` Running node-supervisor with program './index.js' --watch '.' --extensions 'node,js' --exec 'node --max-old-space-size=1000' Starting child...

console git bash 1)npm install supervisor -g 2)npm link supervisor ./bin/www after that command not found Windows 10 profesional how fix?

Since I upgraded nodejs v0.11 to v4.2.6, supervisor is always crashing child after every request render. There is no error message in the server console but in the client browser...