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
Running the command irm https://deno.land/install.ps1 | iex fails with this message in Windows 10 Powershell:
curl.exe : % Total % Received % Xferd Average Speed Time Time Time Current
At line:37 char:1
+ curl.exe -Lo $DenoZip $DownloadUrl
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( % Total % ... Time Current:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
I've also tried installing it manually and have reinstalled Curl and verified paths, etc.
The text was updated successfully, but these errors were encountered:
Running the command
irm https://deno.land/install.ps1 | iex
fails with this message in Windows 10 Powershell:I've also tried installing it manually and have reinstalled Curl and verified paths, etc.
The text was updated successfully, but these errors were encountered: