cimak

Results 5 comments of cimak

I was getting this exact error when running cypress under WSL2/win11. [Installing XServer on windows](https://stackoverflow.com/a/66645230/2706967) worked for me, I'm not sure if it is a final solution but I'm leaving...

> It seems like this error comes up on the first try of bun install.. and never after that. not in my case, I'm getting this error every single time...

> > > It seems like this error comes up on the first try of bun install.. and never after that. > > > > > > not in my...

`bun upgrade` also doesn't work: ``` C:\projects\buntest>bun upgrade uh-oh: index out of bounds bun will crash now 😭😭😭 ----- bun meta ----- Bun v1.1.0 (5903a614) Windows x64 UpgradeCommand: Elapsed: 1ms...

workaround: ```JS const opts = { indent: new String(''), }; const code = stringifyObject(obj, opts).replace(/\n/g, ''); ```