An error occurs because of this line: $force = $args -contains "--force". When I execute the command on Windows, it displays the error: "Error: Existing Shorebird installation detected. Use --force to overwrite." But when i use --force then it show another error and shorebird is not install. However, upon removing this line and replacing it with $force = $true, I can install Shorebird successfully on Windows by copying and pasting the command into PowerShell.
Description
Type of Change
[ ] โจ New feature (non-breaking change which adds functionality)
[x] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
An error occurs because of this line: $force = $args -contains "--force". When I execute the command on Windows, it displays the error: "Error: Existing Shorebird installation detected. Use --force to overwrite." But when i use --force then it show another error and shorebird is not install. However, upon removing this line and replacing it with $force = $true, I can install Shorebird successfully on Windows by copying and pasting the command into PowerShell.
Description
Type of Change