Error: 'pwsh' is not recognized...
fboucher opened this issue · 0 comments
fboucher commented
During the azd up command you may encounter and error with like this:
'pwsh' is not recognized as an internal or external command
It's because no recent (v7+) PowerShell version has been installed on the Windows computer.
To fix the issue you need to execute the command dotnet tool update --global PowerShell
Let's update the documentation to prevent this error.