Unavailable SDK #911

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

Originally created by @ricky68 on 3/23/2017

Current version of aspnetcore-spa (0.9.0) requires dot net SDK 1.0.0, but I'm unable to find this on microsofts website. I get the following error:

     _-----_     ╭──────────────────────────╮
    |       |    │  Welcome to the ASP.NET  │
    |--(o)--|    │   Core Single-Page App   │
   `---------´   │        generator!        │
    ( _´U`_ )    │                          │
    /___A___\   /│      Version: 0.9.0      │
     |  ~  |     ╰──────────────────────────╯
   __'.___.'__
 ´   `  |° ´ Y `

This generator requires dotnet SDK version 1.0.0 or later. You have version 1.0.0-preview2-1-003177
Please update your dotnet SDK then try again. You can run "dotnet --version" to check your version.

Restoring the previous version fixes this error:

 npm install -g generator-aspnetcore-spa@0.8.7

Anyone know how to get the required version of the dotnet sdk?

*Originally created by @ricky68 on 3/23/2017* Current version of aspnetcore-spa (0.9.0) requires dot net SDK 1.0.0, but I'm unable to find this on microsofts website. I get the following error: _-----_ ╭──────────────────────────╮ | | │ Welcome to the ASP.NET │ |--(o)--| │ Core Single-Page App │ `---------´ │ generator! │ ( _´U`_ ) │ │ /___A___\ /│ Version: 0.9.0 │ | ~ | ╰──────────────────────────╯ __'.___.'__ ´ ` |° ´ Y ` This generator requires dotnet SDK version 1.0.0 or later. You have version 1.0.0-preview2-1-003177 Please update your dotnet SDK then try again. You can run "dotnet --version" to check your version. Restoring the previous version fixes this error: npm install -g generator-aspnetcore-spa@0.8.7 Anyone know how to get the required version of the dotnet sdk?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#911
No description provided.