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

More issues with line endings in NPM package #47

Open
dyoung522 opened this issue Jul 21, 2016 · 1 comment
Open

More issues with line endings in NPM package #47

dyoung522 opened this issue Jul 21, 2016 · 1 comment

Comments

@dyoung522
Copy link

It would seem issue #14 is back in version 0.4.5. I'm running on OSX 10.11.5 with

› npm --version
2.14.4
› npm install -g codepainter
› codepainter --version
env: node\r: No such file or directory

However, when I follow the "fix" described in the previous issue, it works:

› cd /usr/local/lib/node_modules/codepainter
› find . -type f -print0 | xargs -0 dos2unix
› codepaint --version
0.4.5
@lennartcl
Copy link

Can confirm. Alternative workaround:

$ node $(which codepainter) --version
0.4.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants