[Fixed] No templates found matching: 'maui'.

The problem occur during dotnet new maui command in terminal.


No templates found matching: 'maui'.

To list installed templates, run:

  dotnet new --list

To search for the templates on NuGet.org, run:

   dotnet new maui --search


No templates found matching: 'maui'.  To list installed templates, run:    dotnet new --list To search for the templates on NuGet.org, run:    dotnet new maui --search

 Solution:

Run command on terminal :  dotnet new --install Microsoft.Maui.Templates



Then run the command again : 

-- dotnet new maui





Reactions

Post a Comment

0 Comments