Verify .NET is installed
Before anything else, confirm your machine has the .NET SDK. The command below prints the version number. You need version 8 or higher. If you see 'command not found', visit dot.net, download the SDK installer, run it, then come back here.
'dotnet' is not recognized as a command
Download and install the .NET 8 SDK from https://dotnet.microsoft.com/download — then open a fresh terminal window and try again.
