Open nazieb opened 3 years ago
Hi @nazieb,
I am facing this issue as well, wondering if there was any resolution to this. My current workaround is to directly download the pop
release.
I subsequently did go build -o /bin/soda github.com/gobuffalo/pop/soda
and it seemed to work. I'm not too sure why though.
Also seeing this with latest brew. macOS 12.2.1, Intel
Could you check is the issue still happening? I'm thinking is fixed now. Thanks!
I tried to install Soda CLI using Homebrew, by following the guide here. This is the command that I run:
However after downloading from GitHub, Homebrew always returns this error:
And when I tried to extract the gzip file that is downloaded by Homebrew, the binary file that I got is named
soda
instead ofpop
. Could that be the reason?