Hang when using `bun i --no-save`
Closed this issue · 8 comments
What version of Bun is running?
0.8.1+16b4bf341acc0f4804f0b6bdf5298c180cd00366
What platform is your computer?
Ubuntu 22.04.3 LTS
What steps can reproduce the bug?
https://github.com/coderaiser/putout/actions/runs/6066060181/job/16456221212
What is the expected behavior?
Dependencies installed like in previous commit https://github.com/coderaiser/putout/actions/runs/6066053483/job/16456208964
What do you see instead?
No response
Additional information
No response
Similar problem with different versions of dependencies:
https://github.com/coderaiser/cloudcmd/actions/runs/6073733084/job/16476205331#step:6:14
I can't repro on Darwin 22.5.0 arm64 arm
4b63ced. Cloning your project and running bun i --no-save
runs fine. Does this issue persist outside of your CI?
Yes, it fixed thank you! Now have another issue after using bun i --no-save
locally I have:
And on CI linter issue which I don't have locally https://github.com/coderaiser/putout/actions/runs/6156870693/job/16706423561
With Bun v1.0.4 picture changed a bit https://github.com/coderaiser/putout/actions/runs/6402614421/job/17381252450#step:6:22
Everything works good with Yarn and Npm
That is an error stack from Node.js. You're also running it with npm.
After installing https://gitgub.com/coderaiser/putout with: bun i