Angular2 Starter Cannot resolve dependency #1164

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

Originally created by @psaussure on 12/21/2016

Bug on Angular 2 Starter App Creation

Just followed the tutorial on http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/ and encounter a dependency restore error.

Steps

  • Install all required VS2015 packages:

    • Core 1.0.1
    • npm and node last versions
    • VS2015 Update 3
    • Typescript for VS
  • Install ASP.NET Core Template Pack extension

  • Try to create new project -> "ASP.NET Core Angular2 Starter Application"

Result/Output

error: Unable to resolve 'Microsoft.AspNetCore.AngularServices (>= 1.0.0)' for '.NETCoreApp,Version=v1.0'. log : Restore failed in 8844ms. Errors in c:\Angular2Application1\Angular2Application1\Angular2Application1.xproj Unable to resolve 'Microsoft.AspNetCore.AngularServices (>= 1.0.0)' for '.NETCoreApp,Version=v1.0'.

*Originally created by @psaussure on 12/21/2016* ### Bug on Angular 2 Starter App Creation *Just followed the tutorial on http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/ and encounter a dependency restore error.* ### Steps - Install all required VS2015 packages: - Core 1.0.1 - npm and node last versions - VS2015 Update 3 - Typescript for VS - Install ASP.NET Core Template Pack extension - Try to create new project -> "ASP.NET Core Angular2 Starter Application" ### Result/Output `error: Unable to resolve 'Microsoft.AspNetCore.AngularServices (>= 1.0.0)' for '.NETCoreApp,Version=v1.0'. log : Restore failed in 8844ms. Errors in c:\Angular2Application1\Angular2Application1\Angular2Application1.xproj Unable to resolve 'Microsoft.AspNetCore.AngularServices (>= 1.0.0)' for '.NETCoreApp,Version=v1.0'.`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1164
No description provided.