eight04/inline-js

CRLF in `cli.js` cause error in Linux

Closed this issue · 2 comments

cli.js contains CRLF line endings by npm install and causes "No such file or directory" error under Linux. Maybe it's npm/npm#12371 issue.

Probably all my repos are affected by this. See eight04/sync-version#1.

Also, according to npm/npm#12371, you can resolve it by upgrading npm to 5.4.0+

Resolved by installing npm@^5.4.0. 👍