Can't install supabase cli from NPM
When I try to install the supabase cli from NPM I get the error:
After looking into it deeper it seems like the preinstall script attempts to download the binary from
After looking into it deeper it seems like the preinstall script attempts to download the binary from
https://github.com/supabase/cli/releases/download/v0.0.0-automated/supabase_0.0.0-automated_darwin_amd64.tar.gz A path which indeed does not exist. Why is it trying to download from v0.0.0-automated instead of the actual desired release (1.11.2)?