When using the command from the quick start guide, it errors
PS D:\Users\me\Development> iwr -useb https://create.tauri.app/ps | iex
Start-Process : Cannot validate argument on parameter 'ArgumentList'. The argument is null or empty. Provide an
argument that is not null or empty, and then try the command again.
At line:18 char:67
+ ... s -FilePath $outFile -Wait -NoNewWindow -ArgumentList "$Env:CTA_ARGS"
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Start-Process], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.PowerShell.Commands.StartProcessCommand
This is powershell version 6 i believe? (whatever is the default that comes with windows 11)