wasmerio / wasmer-install

Wasmer Binary Installer https://wasmer.io/
48 stars 7 forks source link

Windows install script can't download Wasmer #11

Closed BuyMyMojo closed 1 year ago

BuyMyMojo commented 2 years ago

Describe the bug

When trying to install Wasmer on Windows 11 with PowerShell 7.2.6 the following error is output:

Invoke-Expression: Cannot validate argument on parameter 'Uri'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.

Steps to reproduce

Execute the install command from wasmer.io in a terminal running under windows 11 with powershell 7.2.6

Expected behavior

For it to install correctly

Actual behavior

No Uri argument when downloading Wasmer

snapfire commented 1 year ago

You can bypass this issue adding the version: $wasmer = (iwr https://win.wasmer.io -useb).Content then iex "$wasmer 2.3.0"

BuyMyMojo commented 1 year ago

You can bypass this issue adding the version: $wasmer = (iwr https://win.wasmer.io -useb).Content then iex "$wasmer 2.3.0"

This does not fix it

syrusakbary commented 1 year ago

More reports of the issue: https://twitter.com/nigelpoulton/status/1579780651200708608