slack-cli icon indicating copy to clipboard operation
slack-cli copied to clipboard

slack init errors out on my mac

Open takealuke opened this issue 5 years ago • 3 comments

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" }

takealuke avatar Apr 12 '19 20:04 takealuke

I had the same issue. I had to create the directory and the file myself before running the init command.

fharper avatar Jun 26 '19 17:06 fharper

No issues here when I installed with homebrew.

rvanbaalen avatar Aug 30 '19 16:08 rvanbaalen

Just create the directory: mkdir /usr/local/etc/slack-cli

lazutkin-andrey avatar Dec 03 '19 07:12 lazutkin-andrey