slack-cli
slack-cli copied to clipboard
slack init errors out on my mac
When I try to run slack init
with my slack bot token I get the following output:
/usr/local/bin/slack: line 522: /usr/local/etc/slack-cli/.slack: No such file or directory { "ok": false, "error": "not_writable" }
I had the same issue. I had to create the directory and the file myself before running the init command.
No issues here when I installed with homebrew.
Just create the directory:
mkdir /usr/local/etc/slack-cli