Open maxkueng opened 7 years ago
When I run authors I get the following error:
authors
/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).
bin/authors
^M
\r
\r\n
\n
0xD 0xA
0xA
Screenshot:
OS VERSION
NODE VERSION
PACKAGE VERSION
PROBLEM DESCRIPTION
When I run
authors
I get the following error: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
, or0xD 0xA
instead of0xA
).Screenshot: