You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hoped this version of Bun would fix the issue but apparently I'm quite an isolated case. And I can't find much information on how to configure the proxy in itself. With NPM, my .npmrc contains 2 var "http_proxy" and "https_proxy" and that's enough to make it work. But what about Bun?
also need to mention that Bun successfully installs package inside Docker and WSL.
The text was updated successfully, but these errors were encountered:
I just realised what was expected from me, thanks to Prisma's documentation. Contrary to npm and its npm config, with bun I need to add HTTP_PROXY as a Windows environment variable and restart the PC.
Took me 9 months to figure it out but now it works great <3
Maybe the documentation is lacking a bit in that regard, though I admit I never had to add a proxy that way before
What version of Bun is running?
1.1.27+267afa293
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
Be behind a company proxy. run
bun install anypackage
What is the expected behavior?
No response
What do you see instead?
....
and a few minutes later :
Additional information
I hoped this version of Bun would fix the issue but apparently I'm quite an isolated case. And I can't find much information on how to configure the proxy in itself. With NPM, my .npmrc contains 2 var "http_proxy" and "https_proxy" and that's enough to make it work. But what about Bun?
also need to mention that Bun successfully installs package inside Docker and WSL.
The text was updated successfully, but these errors were encountered: