I keep getting this error, but I know I have curl installed, is there a workaround? Apologies if there is a known fix.
irm https://deno.land/install.ps1 | iex
iex : The term 'curl.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:37
irm https://deno.land/install.ps1 | iex
~~~
CategoryInfo : ObjectNotFound: (curl.exe:String) [Invoke-Expression], CommandNotFoundException
FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.InvokeExpressionCommand
I keep getting this error, but I know I have curl installed, is there a workaround? Apologies if there is a known fix.
irm https://deno.land/install.ps1 | iex
iex : The term 'curl.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:37
irm https://deno.land/install.ps1 | iex
~~~
CategoryInfo : ObjectNotFound: (curl.exe:String) [Invoke-Expression], CommandNotFoundException
FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.InvokeExpressionCommand