-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
DOS formatting causes error on Mac OS X #1
Comments
Thank you for the information, i haven't tested it yet on a Mac OS. Yes you can submit a pull request for this. |
When I clone this repo, No idea if simply re-cloning from GitHub, and running npm version patch
npm publish would fix this or not. Seem to have dug up rather more than I expected! |
This should be fixed now, I changed the line endings to LF and published it again (version 1.0.8). Can you check it on your Mac OS? |
It works! Thanks for taking the time to fix it. |
When I try to run
build-compilej
on Mac OS X 10.9.5 I get the following error:This is due to the DOS formatting of
bin/build-compilej
, which uses CRLF rather than LF encoding for newline characters.Happy to submit a pull request if you like.
The text was updated successfully, but these errors were encountered: