bunx triggers external command #18127
Labels
bug
Something isn't working
bun install
Something that relates to the npm-compatible client
bunx
Something that has to do with `bunx`
What version of Bun is running?
1.2.5
What platform is your computer?
Linux 6.13.6 x86_64 unknown
What steps can reproduce the bug?
On another linux system I can see that
bunx
is just a symlink tobun
, so we must create it first:Then use
bunx
to create a sveltekit project:What is the expected behavior?
Like https://bun.sh/guides/ecosystem/sveltekit shows and works on Gentoo GNU/Linux.
What do you see instead?
Because it runs
sv create my-app
, andsv
is the cli of runit (KISS' service manager).Additional information
My system is actually KISS Linux, it's very minimal to the point there are no much things you can call 'kiss-specific'. It's just the bare bones, almost LFS.
The text was updated successfully, but these errors were encountered: