node-supervisor
node-supervisor copied to clipboard
not possible to have colored output (using the unbuffer trick, doesnt work)
when using node-supervisor, node doesn't think its running interactive and thus, doesn't print colored output. Using unbuffer node script.js, I can force colors to show. But using the -x parameter, I can only specify one executable, not a command I'd like to execute. How can I get node-supervisor to output colored logs?