I am trying to run below command on my existing repo which has registry setup in the .npmrc
bun install -y
The -y flag is for generating yarn v1 lockfile
It result into following error: SegmentationFault at 188
How to setup the .rc file for bun to pickup?
Bun is still in alpha. Bugs like this would happen. Solution is to use another runtime like Nodejs, or Deno; or just wait for devs to solve this issue.