/usr/bin/env: node: No such file or directory
afcuttin opened this issue · comments
Alessandro Cuttin commented
After installing github-todos
, I tryied to authenticate, but I got this error message:
$ github-todos auth
/usr/bin/env: node: No such file or directory
Nicolas Chambrier commented
Has it been fixed since? I don't see how it could happen unless node
is not in your $PATH
maybe.
Amelia S. Greene commented
I assume your probably running Debian Jessie because the latest version of Debian renamed node
to nodejs
. I fixed it by manually editing the file /usr/local/bin/github-todos
.
Nicolas Chambrier commented
Not fun, if there is no issue about this in npm, I think this is something that could be fixed on their side (as they already make some platform-specific work for Windows when installing a package with bins).