SpaTemplates V2.0.7 fail to install #75

Closed
opened 2025-08-09 17:14:54 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @belugabob on 5/4/2018

For some reason, installing this on my desktop machine has no effect.
Using the commandline...

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

...seems to complete correctly, but a subsequent invocation of...

dotnet new angular

...generates a project in the same style as when I had V2.0.0 of the template installed.
The distinguishing factor (for me) is the a 2.0.0 project has package.json in the root of the project, and a 2.0.7 project has package.json in the ClientApp directory. (and the 'burger' menu works correctly in a 2.0.7 project)
The reason that I know what the two version of a project should look like is because I did the same upgrade (to V2.0.7 of the template) on my laptop and the effect was immediately noticable.

Am I missing something subtle - have checked versions of Node/NPM/Visual Studio etc. and can't see any differences?

*Originally created by @belugabob on 5/4/2018* For some reason, installing this on my desktop machine has no effect. Using the commandline... `dotnet new --install Microsoft.AspNetCore.SpaTemplates::2.0.7` ...seems to complete correctly, but a subsequent invocation of... `dotnet new angular` ...generates a project in the same style as when I had V2.0.0 of the template installed. The distinguishing factor (for me) is the a 2.0.0 project has `package.json` in the root of the project, and a 2.0.7 project has `package.json` in the `ClientApp` directory. (and the 'burger' menu works correctly in a 2.0.7 project) The reason that I know what the two version of a project should look like is because I did the same upgrade (to V2.0.7 of the template) on my laptop and the effect was immediately noticable. Am I missing something subtle - have checked versions of Node/NPM/Visual Studio etc. and can't see any differences?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#75
No description provided.