I'm attempting to execute the following command on my current repository, which already has a registry set up in the .npmrc
.
bun install -y
The purpose of the -y
flag is to generate the yarn v1 lockfile.
However, it's resulting in the following error:
SegmentationFault at 188
How can I configure the .rc file for bun to recognize?