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
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.
The text was updated successfully, but these errors were encountered:
On Fedora:
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.The text was updated successfully, but these errors were encountered: