Skip to content

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

@wvillegasm

Description

@wvillegasm

Two things:

  1. If you are working on Linux/OS X you will have the following issue:
    /usr/bin/env: ‘node\r’: No such file or directory ...
    This is bc file is saved with line separator CRLF instead LF, just save the index.js using LF line separator will solve the issue

  2. index.js on version 3.0.0 is the same as the previous version, it does not has any change, still cwd: process.cwd, instead cwd: process.cwd(). Developer made the change on test/index.coffee but never on index.js file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions