asdf-bun
asdf-bun copied to clipboard
Bun commands are terminated by ``signal SIGILL (Illegal instruction)``
bun install --yarn
fish: Job 1, 'bun install --yarn' terminated by signal SIGILL (illegal instruction)
bun create, bun install, all the commands I'm trying result in this. I was only able to print the version with bun -v
I'm using Arch Linux kernel 5.19 Terminal kitty with fish shell (I tried bash too) Bun plugin installed in 0.1.10
Obs: I installed bun without using the asdf plugin and it worked as expected.
As show in this comment, using the "-baseline" release stops this error from ocurr. I did the test and it worked :)
But how do I select -baseline version in asdf? for me there is no option
You have to do it manually, at least until this repo creator add it as a option.