Skip to content
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

Mac support: Use unix line endings #5

Closed
feross opened this issue Aug 19, 2017 · 1 comment
Closed

Mac support: Use unix line endings #5

feross opened this issue Aug 19, 2017 · 1 comment
Assignees

Comments

@feross
Copy link

feross commented Aug 19, 2017

$ npm install -g browserify-breakdown
$ browserify-breakdown
env: node\r: No such file or directory

If you convert the line endings to unix style, then this will start working for users on non-Windows systems, I believe. If you google for the error message, you can see how others resolved it. For example: nwutils/nw-builder#75

@seangenabe seangenabe self-assigned this Oct 30, 2017
@seangenabe
Copy link
Owner

Apparently I do have .gitattributes set up properly but the binary still had crlf. I published 1.0.4 to npm with lf line endings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants