Solved (or worked around). The problem seems to be the way that supervisor works.
If anyone else has this issue check this thread: https://github.com/isaacs/node-supervisor/issues/76 which led me to this thread: https://github.com/isaacs/node-supervisor/issues/71 where they mention a fork of supervisor here: https://github.com/bmharris/node-supervisor/tree/fs.watch that uses watch instead of fs.watch and that resolved my issue. Thanks again. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
