What version of Bun is running?
1.0.6+969da088f5db3258a803ec186012e30f992829b4
What platform is your computer?
Darwin 23.0.0 arm64 arm
What steps can reproduce the bug?
in package.json add nested resolutions
example from a package.json that failed bun install
"resolutions" : {
"**/@myscope/pkg1/**/@anotherscope/pkg2": "187.8.3",
"**/@myscope/pkg3/**/@emotion/react": "11.10.6",
"**/@myscope/pkg4/**/@myscope/pkg5": "3.0.3",
"**/jest-environment-enzyme/jest-environment-jsdom": "^28.0.0",
"@myscope/pkg6/**/@anotherscope/pkg7": "^10.6.0",
"@types/webpack-dev-server/**/webpack": "^4.44.1",
"apollo/moment": "^2.29.4"
}
What is the expected behavior?
bun install should succeed without errors
What do you see instead?
I see
warn: Bun currently does not support nested "resolutions"
Additional information
No response
What version of Bun is running?
1.0.6+969da088f5db3258a803ec186012e30f992829b4
What platform is your computer?
Darwin 23.0.0 arm64 arm
What steps can reproduce the bug?
in package.json add nested resolutions
example from a package.json that failed bun install
What is the expected behavior?
bun install should succeed without errors
What do you see instead?
I see
Additional information
No response