[pm] bun doesn't install peer dep #16970
Labels
bug
Something isn't working
bun install
Something that relates to the npm-compatible client
docker
An issue that occurs when running in Docker
What version of Bun is running?
No response
What platform is your computer?
No response
What steps can reproduce the bug?
https://github.com/sequencerr/bun-repro-peer
docker build --no-cache --progress=plain . -t bun-repro
What is the expected behavior?
to act the same as npm on peerDependencies behalf, or I missing some bun special behavior like with postinstall scripts. maybe npm doesn't follow
peerDependencies
logic? (of adding peers manually in your project's package.json)What do you see instead?
Additional information
Maybe related:
#16879
#7654
#3410
The text was updated successfully, but these errors were encountered: