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:

  1. $ npm install --save ospec
  2. $ 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)

Most upvoted comments

It looks like I’m running into this problem again with v1.4.0. Can we reopen?