0

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

Ole EH Dufour
  • 2,968
  • 4
  • 23
  • 48

1 Answers1

0

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

Ole EH Dufour
  • 2,968
  • 4
  • 23
  • 48