Error handling of missing GH CLI not working in PS7
Hi Freddy,
I'm trying to run the localDevEnv.ps1 script to create a local dev environment. This will be the first container running on this machine, so everything has been installed and setup from scratch.
When running the script with PS7 i experience this error:
However, when running the exact same script in PS5:
So, you do have GitHub CLI installed I guess? If you run gh --version in PS5 and PS7 will it display the version in both?
So, you do have GitHub CLI installed I guess? If you run gh --version in PS5 and PS7 will it display the version in both?
No. At the time i didn't have GitHub CLI installed. Installing it fixed the issue in both versions.
Strange that PS5 looked like it was installed...
I have tried to repro this, but cannot