Fetch-configlet.ps1 do not work

Download
Each track should have a bin/fetch-configlet script, and might have a bin/fetch-configlet.ps1 script too. The first is a bash script, and the second is a PowerShell script.
Running one of these scripts downloads the latest version of configlet to the bin directory. You can then use configlet by running bin/configlet, or bin/configlet.exe on Windows.

Running fetch-configlet.ps1 gives errors:
image

Ah, I forgot to merge Sync fetch-configlet.ps1 script by ErikSchierboom · Pull Request #1202 · exercism/fsharp · GitHub. I’ve done that just now, so if you rebase on main everything should work again.


This is error after updating. Still getting an error, but different.

What powershell version are you running?

Name Value


PSVersion 5.1.22621.2506
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
BuildVersion 10.0.22621.2506
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

I think that’s the old version, the one built into windows. There is also a newer powershell version that you can install if memory serves me right.

It worked with PS 7, but for some reason it want to read zip file from C:\Windows\System32\bin