Alienaut
Alienaut5mo ago

Deno installation script doesn't work

Hi people, I wanted to install and try deno but installation script didn't run on my computer. This is the command I run & output. I googled for solution but no luck. Do you know what's wrong?
~ curl -fsSL https://deno.land/install.sh | sh
curl: (35) Recv failure: Connection reset by peer
~ curl -fsSL https://deno.land/install.sh | sh
curl: (35) Recv failure: Connection reset by peer
3 Replies
Al
Al5mo ago
try the following:
wget https://deno.land/install.sh -O install.sh
sh install.sh
wget https://deno.land/install.sh -O install.sh
sh install.sh
Alienaut
AlienautOP5mo ago
Thanks! Looks like problem was my connection. I opened VPN it worked with curl
catwithakeyboard
what platform oh nvm

Did you find this page helpful?