-
Notifications
You must be signed in to change notification settings - Fork 387
Can't Install templates in 2.0.0preview1 with dotnet new -i #824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you try with quotes:
|
|
#aspnet/JavaScriptServices#948 Maybe, issue will fix in 2.0.0.preview2? |
I have a similar issue when installing my custom template running the current master and using new3. Steps to reproduce
Expected behaviorThe CLI reports installing it, then lists it in the available templates for "dotnet new3" Actual behaviorDoesn't install my template. Environment data
|
No problem in Ubuntu 👍
|
In the 2.0.0 preview, the We are looking at expanding the information displayed when templates are discovered as part of install. Ideally, we'll be able to list the templates that were successfully installed as part of the operation & the set of templates that failed to install (and why). |
Ran
So I ran
|
Closing this as either quoting the |
From @JonathanLoscalzo on May 18, 2017 18:3
Steps to reproduce
Expected behavior
The CLI downloads the templates, and reports installing them, then lists them in the available templates for "dotnet new"
Actual behavior
After a time, show list of Templates, but not install any:
$ dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
Environment data
Copied from original issue: dotnet/cli#6625
The text was updated successfully, but these errors were encountered: