No console output with nodemon
kyrylkov opened this issue · 6 comments
Running io.js via nodemon produces no console output (console.log and errors), while running io.js directly works as expected
+1. Can't get console output visible; everything else seems to work. Using 'supervisor' meanwhile.
@netmiller Didn't know about 'supervisor'. It'll do for now. Thanks.
I've raised an issue at nodemon. Might be easier for them to figure out where/if io.js is breaking them.
Same thing happening here.
I'm going to close this until we find out exactly what the problem is. If the problem is on the io.js we can revisit this.
This was a bug in nodemon - fixed and pushed to nodemon@1.3.1 (available via npm now).
(I had a duff check in place that supports node 0.6's version of spawn, but iojs was matching that check...incorrectly).