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

Windows line endings cause crash on Linux #9

Open
maxkueng opened this issue Dec 11, 2016 · 0 comments
Open

Windows line endings cause crash on Linux #9

maxkueng opened this issue Dec 11, 2016 · 0 comments

Comments

@maxkueng
Copy link

OS VERSION
  • 4.7.10-1-MANJARO x86_64 GNU/Linux
NODE VERSION
  • 7.2.0
PACKAGE VERSION
  • 0.0.4
PROBLEM DESCRIPTION

When I run authors I get the following error:

/usr/bin/env: ‘node\r’: No such file or directory

When I open bin/authors in Vim it shows that there are ^M (that's \r) carriage return characters at the end of each line which means the file is saved using Windows line endings (\r\n instead of \n, or 0xD 0xA instead of 0xA).

Screenshot:
image

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

1 participant