Open ianzone opened 3 months ago
better to check the cache dir also if you fix.
[install.cache]
dir = "xxx"
It doesn't work for me either.
I temporarily used SymbolicLink
to meet my needs
New-Item -ItemType SymbolicLink -Path "C:\Users\Moieo\.bun" -Target "D:\Environment\Bun"
What version of Bun is running?
1.1.20+ae1948925
What platform is your computer?
x64
What steps can reproduce the bug?
set bunfig.toml
then run
bun pm ls -g
What is the expected behavior?
list global packages
What do you see instead?
Additional information
similar issues https://github.com/oven-sh/bun/issues/5636 https://github.com/oven-sh/bun/issues/4553