I want to read yarn.lock file and generate bun.lockb from that with the same dependencies to be used in bun install
, without this bun is creating the deps based on package.json and is big projects (specially typescript projects) it brings lost of type conflicts.
Asked
Active
Viewed 183 times
1

jonrsharpe
- 115,751
- 26
- 228
- 437

SayJeyHi
- 1,559
- 4
- 19
- 39
1 Answers
1
There isn't a way to do this yet, but there is an open GitHub issue for it, so maybe soon: https://github.com/oven-sh/bun/issues/1751

Douglas Ludlow
- 10,754
- 6
- 30
- 54