Skip to content
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

"dotnet new vue" does not install the latest Vue #117

Open
senglory opened this issue Jan 9, 2019 · 1 comment
Open

"dotnet new vue" does not install the latest Vue #117

senglory opened this issue Jan 9, 2019 · 1 comment

Comments

@senglory
Copy link

senglory commented Jan 9, 2019

Hi,

I came across the closed ticket at https://github.com/MarkPieszak/aspnetcore-Vue-starter/issues/102 but it seems to be actual again. I am trying to create a template project for Asp.Net Core and Vue of the latest version but getting instead version 2.3.4 installed. How can I deploy the latest version of Мгу шт my Core app?

@Nordes
Copy link
Contributor

Nordes commented Jan 11, 2019

dotnet new vue does not install automatically the latest version. You need to re-install the nuget "template" package. For example, for this project, you need to do the following : dotnet new -i aspnetcore-vuejs

Once you have completed the previous command, the template project will be updated. The next time you do a dotnet new vue it will then use the latest version of the template.

So, the answer to your problem is the same as the other issue state and the fix is the same (see last message from @MarkPieszak #102 (comment)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants