Not sure, whether #16 or #18 fix this issue, but when you pass string that has space into child_process#exec at https://github.com/pwnall/node-open/blob/master/lib/open.js#L55 if it has space it will break.
Simple workaround - adding quotes for program as arguments have now too.