© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago
killjoy

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(
> 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
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)?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Can't install the Supabase CLI - getting a type error
SupabaseSSupabase / help-and-questions
4y ago
Can't generate types from CLI
SupabaseSSupabase / help-and-questions
4y ago
CLI via NPM doesn't work
SupabaseSSupabase / help-and-questions
4y ago
Supabase CLI
SupabaseSSupabase / help-and-questions
2mo ago