I'm trying to run deno
on my corporate machine. So I'm behind a corporate proxy.
When I try to run a command like:
deno run https://deno.land/std/http/server.ts
I get an error saying:
Download https://deno.land/std/http/server.ts
error: error sending request for url (https://deno.land/std/http/server.ts): error trying to connect: tcp connect error: No connection could be made because the target machine actively refused it. (os error 10061)
I checked this GitHub Issue but it's still Open and without a resolution.
I also checked this GitHub Issue but without any luck.
There was a link pointing to some Manual in this GitHub Issue but it's broken.