Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carriage return in bin/audit-ci #13

Closed
cantide5ga opened this issue Nov 29, 2018 · 3 comments
Closed

Carriage return in bin/audit-ci #13

cantide5ga opened this issue Nov 29, 2018 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@cantide5ga
Copy link

cantide5ga commented Nov 29, 2018

I'd open a PR for this, but doesn't appear that the master branch has this issue.

With v1.0.1 on a non-Windows machine, this is the output error: /usr/bin/env: ‘node\r’: No such file or directory

Revealed via: cat -A node_modules/audit-ci/bin/audit-ci; output:

#!/usr/bin/env node^M$
require('../');
@quinnturner
Copy link
Member

Thanks for the issue! I work and deploy from a windows machine, so perhaps this occurs during the NPM publishing process. I will look into this shortly.

@quinnturner
Copy link
Member

I have published v1.0.2 to NPM. I packaged it in a Linux environment. I extracted the package and performed cat -A bin/audit-ci and it had just the $ line-break.

@quinnturner quinnturner self-assigned this Nov 29, 2018
@quinnturner quinnturner added the bug Something isn't working label Nov 29, 2018
@cantide5ga
Copy link
Author

Nice turn around - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants