mithril.js: [ospec] Binary not running
Description:
The line endings in the ospec binary have windows line endings (\r\n), which breaks it in bash.
Steps to Reproduce:
$ npm install --save ospec$ ospec
Expected:
The file should execute.
Actual:
$ ospec
env: node\r: No such file or directory
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 18 (18 by maintainers)
It looks like I’m running into this problem again with
v1.4.0. Can we reopen?