我目前正在https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2017-Launch/WEB-103
使用 Mac 上的 Visual Studio 设置 Spa 应用程序(macOS Sierra,Visual Studio Community 2017)。
我已经成功安装了 angular core,目前正在尝试基于已安装的模板之一创建一个新项目。
运行时可以看到两个角度模板sudo dotnet new -l
:
MVC ASP.NET Core with Angular angular [C#] Web/MVC/SPA
ASP.NET Core with Angular angular [C#] Web/MVC/SPA
运行时sudo dotnet new angular
,我不断收到以下错误:
Unable to determine the desired template from the input template name: angular.
The following templates partially match the input. Be more specific with the template name and/or language.
Templates Short Name Language Tags
----------------------------------------------------------------------------
MVC ASP.NET Core with Angular angular [C#] Web/MVC/SPA
ASP.NET Core with Angular angular [C#] Web/MVC/SPA
Examples:
dotnet new angular
dotnet new angular
dotnet new --help
我缺少的命令中有什么吗?Visual Studio / dotnet 是否配置不正确?