Can't install supabase cli from NPM

When I try to install the supabase cli from NPM I get the error:

> supabase@1.11.2 preinstall /Users/.../node_modules/supabase
> node scripts/preinstall.js

internal/process/esm_loader.js:74
    internalBinding('errors').triggerUncaughtException(


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)?
Was this page helpful?