We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, the project appears to be broken on OSX:
mail-null yields:
mail-null
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.
bin/mail-null
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
The text was updated successfully, but these errors were encountered:
This is quite weird. It seems that this issue should be fixed by: 5f8cd55
Are you running the latest version?
Sorry, something went wrong.
No branches or pull requests
Hey, the project appears to be broken on OSX:
mail-null
yields: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
The text was updated successfully, but these errors were encountered: