Skip to content

v0.0.8-dev has wrong line endings for lockdown-relock file #42

@rjmunro

Description

@rjmunro

I ran the following on OS X:

$ npm install --save lockdown@0.0.8-dev
[trim output]
$ ./node_modules/.bin/lockdown-relock 
env: node\r: No such file or directory

The shebang line is looking for a command node\r (where \r is a literal carriage return character) because the line endings are windows not unix. As a workaround you can run node manually node ./node_modules/.bin/lockdown-relock - node itself does not care about the line endings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions