You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Trying to create templates, I have the following error for Aurelia, vue and knockout templates:
Option variant - for canonical TargetFrameworkOverride was already defined for canonical skipRestore
at Microsoft.TemplateEngine.Cli.ExtendedCommandParser.MapTemplateParamToCanon
ical(String variant, String canonical)
at Microsoft.TemplateEngine.Cli.ExtendedCommandParser.SetupTemplateParameters
(IParameterSet allParams, IReadOnlyDictionary`2 longNameOverrides, IReadOnlyDict
ionary`2 shortNameOverrides)
at Microsoft.TemplateEngine.Cli.New3Command.ParseTemplateArgs(ITemplateInfo t
emplateInfo)
at Microsoft.TemplateEngine.Cli.New3Command.<EnterSingularTemplateManipulatio
nFlowAsync>d__64.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAw
aiter.GetResult()
at Microsoft.TemplateEngine.Cli.New3Command.<EnterTemplateManipulationFlowAsy
nc>d__65.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAw
aiter.GetResult()
at Microsoft.TemplateEngine.Cli.New3Command.<ExecuteAsync>d__66.MoveNext()
It works fine for react and angular.
I am using the following command line: dotnet new vue
Thank you
S.
The text was updated successfully, but these errors were encountered:
Thank you @SteveSandersonMS.
I have downloaded the .Net Core 2.0.0. I just need now to understand how I can swith form my command line to my current SDk (1.0.4) to the new one. Any tips?
The version of the spaTemplates is fine.
S.
When you have the 2.0.0 SDK installed, that will be used as default - you don't need any other actions.
The only thing that can override this is if you have a global.json file in your directory or one of the ancestor directories, configuring the CLI tool to use a different SDK. In that case, delete any such global.json files or move to a different directory.
Trying to create templates, I have the following error for Aurelia, vue and knockout templates:
It works fine for react and angular.
I am using the following command line:
dotnet new vue
Thank you
S.
The text was updated successfully, but these errors were encountered: