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

/usr/local/bin/node not an executable #10

Open
konsumer opened this issue Feb 21, 2025 · 0 comments
Open

/usr/local/bin/node not an executable #10

konsumer opened this issue Feb 21, 2025 · 0 comments

Comments

@konsumer
Copy link

On Fedora:

exec: Failed to execute process '/usr/local/bin/slack-tui': The file specified the interpreter '/usr/local/bin/node', which is not an executable command.

It is good practice to use shebangs like this:

#!/usr/bin/env node

My node-executable is in /usr/bin/node (very common) and this will make that work.

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

1 participant