Reputation: 3240
In Visual Studio Code I ran
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
Somehow the templates 'react', 'reactredux' and 'angular' are missing. (They are also missing when running the above command in my Powershell window)
How come?
I have VS Code version 1.19.3
Upvotes: 0
Views: 472
Reputation: 3240
I installed .NET Core 2.1.4 SDK and now they are available when running 'dotnet new'.
Upvotes: 0