oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.32k stars 2.78k forks source link

bun install problem with @mui-x package #4874

Open igortas opened 1 year ago

igortas commented 1 year ago

What version of Bun is running?

1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a

What platform is your computer?

Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64

What steps can reproduce the bug?

bun install

package.json should have at least:

"@mui/material": "^5.14.8",
"@mui/x-tree-view": "^6.0.0-alpha.2"

What is the expected behavior?

I expect bun to install all dependencies

What do you see instead?

error: package "@mui/x-tree-view" with tag "https://pkg.csb.dev/mui/mui-x/commit/1f23b33d/@mui/x-tree-view" not found, but package exists

Additional information

This is happening on WSL2 on Windows 11...

Hanaasagi commented 1 year ago

Related to https://github.com/oven-sh/bun/issues/4666

nektro commented 5 months ago

does this still reproduce for you? it appears to be working as of Bun 1.1.9. you may need to run bun upgrade.