'dotnet new' 命令中缺少 React 和 Angular 模板

React and Angular templates missing in 'dotnet new' command

在Visual Studio代码中我运行

 dotnet new --install Microsoft.AspNetCore.SpaTemplates::*

模板 'react'、'reactredux' 和 'angular' 不知何故丢失了。 (当 运行 我的 Powershell window 中的上述命令时,它们也丢失了)

怎么会?

我有 VS Code 版本 1.19.3

我安装了 .NET Core 2.1.4 SDK,现在它们在 运行 'dotnet new' 时可用。