You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: