Skip to content

bin/ngdocs.js uses windows newlines #2

@jbielick

Description

@jbielick

DOS carriage return newlines \r\n cause OSX to choke on trying to run node\r.

[~/code]> ngdocs
env: node\r: No such file or directory

node\r the \r being the problem.

dos2unix the files or replace \r\n with \n for OSX compatibility.

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