Closed KyleFontenot closed 1 month ago
Nevermind. Think it was maybe just timing out on my slower connection.
When I cleared the global cache and re-installed, it got caught up the exact same way as above on a different package. just had to run bun i
again about 3 times for it to chug through. The bun a -d @types/bun
command worked perfectly after.
Before, when I tried bun a -d @types/bun
initially, I ran it many more than 3 times, so I don't know why the cache or timeout got tripped up.
What version of Bun is running?
1.1.27+267afa293
What platform is your computer?
Linux 5.4.0-163-generic x86_64 x86_64
What steps can reproduce the bug?
Running
bun a -d @types/bun
What is the expected behavior?
Installing the
@types/bun
dep correctly.What do you see instead?
Infinitely.
Additional information
I don't have problems installing other deps. When I try adding that type package in particular, it chokes. I'm behind a proxy, though I've configured it to work otherwise. I'm guessing it's a ipv6 issue? But not sure why other packages work even after clearing cache. Maybe just a cloudflare outage?