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?