Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supabase binary Segmentation Fault #2251

Closed
mrcaidev opened this issue May 7, 2024 · 2 comments
Closed

Supabase binary Segmentation Fault #2251

mrcaidev opened this issue May 7, 2024 · 2 comments

Comments

@mrcaidev
Copy link

mrcaidev commented May 7, 2024

Describe the bug

After I used pnpm to update supabase from v1.163.6 to v1.165.0, the cli no longer works, and gives the following error.

./node_modules/.bin/supabase: line 13: 3239517 Segmentation fault      "$basedir/../supabase/bin/supabase" "$@"

pnpx supabase ... gives the same error.

To Reproduce

  1. Install latest supabase cli with pnpm add -D supabase@latest.
  2. Run pnpm supabase status.
  3. See error.

Expected behavior

CLI should work.

Screenshots

image

System information

I cannot run supabase binary, so I have to give the required info manually:

  • Version of OS: Windows WSL
  • Version of CLI: v1.165.0
  • Version of Docker: Docker version 26.1.0, build 9714adc6c7

Additional context

  • Version of pnpm: 9.1.0
  • Version of Node.js: 21.7.3
@mrcaidev
Copy link
Author

mrcaidev commented May 7, 2024

Rolling back to v1.163.6 does not work either. And I'm also encountering issues in #1769.

image

rm -rf node_modules and install again does not work either.

@mrcaidev
Copy link
Author

mrcaidev commented May 8, 2024

Solved by removing pnpm global store and re-installing pnpm. I guess this issue is probably due to some partial or failed download described in #1769.

@mrcaidev mrcaidev closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant