Asp.net – Dotnet tool "zsh: command not found: libman" error
I am developing a .Net project and I need to use the libman tool. I write the dotnet tool install -g Microsoft.Web.LibraryManager.Cli command via the terminal, the installation is completed, I check it with the dotnet tool list -g command…