Hey, the project appears to be broken on OSX:
mail-null yields:
env: node\r: No such file or directory
A quick search shows that this might be related to DOS line endings:
nwutils/nw-builder#75
And indeed, after I removed the line break in bin/mail-null after the shebang, everything works fine.
Would you be willing to change your project/git settings to UNIX line breaks so that this can be used on OSX as well?
Thanks
Hey, the project appears to be broken on OSX:
mail-nullyields:A quick search shows that this might be related to DOS line endings:
nwutils/nw-builder#75
And indeed, after I removed the line break in
bin/mail-nullafter the shebang, everything works fine.Would you be willing to change your project/git settings to UNIX line breaks so that this can be used on OSX as well?
Thanks