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

no such file or directory #1

Open
syndr0m opened this issue Nov 17, 2014 · 1 comment
Open

no such file or directory #1

syndr0m opened this issue Nov 17, 2014 · 1 comment

Comments

@syndr0m
Copy link

syndr0m commented Nov 17, 2014

https://github.com/scivey/bower-copy/blob/master/bin/cmd.js#L1

!/usr/bin/env node is ending with a "\r"

leading to "no such file or directory" error under linux

$> node_modules/.bin/bower-copy -d static/js/components
No such file or directory
$> strace node_modules/.bin/bower-copy
(...)
execve("/usr/local/bin/node\r", ["node\r", "node_modules/.bin/bower-copy", (...) = -1 ENOENT (No such file or directory)
@dotnetCarpenter
Copy link

@syndr0m I'm going through bower-copy and are wondering if this is still an issue. I'm on Windows so can test myself.

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