Ole EH Dufour
Ole EH Dufour

Reputation: 3240

React and Angular templates missing in 'dotnet new' command

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

Answers (1)

Ole EH Dufour
Ole EH Dufour

Reputation: 3240

I installed .NET Core 2.1.4 SDK and now they are available when running 'dotnet new'.

Upvotes: 0

Related Questions