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

Thread 'main' panicked #25

Open
ronniery opened this issue Aug 9, 2024 · 0 comments
Open

Thread 'main' panicked #25

ronniery opened this issue Aug 9, 2024 · 0 comments

Comments

@ronniery
Copy link

ronniery commented Aug 9, 2024

  • I had a bun installation on my system, I removed with rm -rf ~/.bun
  • Then I installed bum with the install script
  • Ran bum list
~ bum list     
thread 'main' panicked at src/bun.rs:21:10:
Failed to execute bun -v, is bun installed?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  • So bun is missing, I decided to install the version 1.0.3
~ bum use 1.0.3
Bum - installing bun for version 1.0.3...
Extracting zip file...
Bun v1.0.3 is activated.
  • Then bum list, same previous error.

System:

~ uname -a 
Linux <redacted> 6.5.0-1025-oem #26-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 12:35:22 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
~ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 24.04 LTS
Release:	24.04
Codename:	noble
~ bun -v
zsh: command not found: bun
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