.xproj file errors from Angular 2 option #1570

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

Originally created by @matthew-tanner on 6/10/2016

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Web\External\npm.CMD" install
npm WARN install Couldn't install optional dependency: Unsupported
npm WARN EPEERINVALID angular2-express-engine@0.14.1 requires a peer of angular2-universal@^0.102.0 but none was installed.
npm WARN EPEERINVALID angular2-hapi-engine@0.14.0 requires a peer of angular2-universal@^0.102.0 but none was installed.
npm WARN EPACKAGEJSON ScrumReporter@0.0.0 No repository field.
npm WARN EPACKAGEJSON ScrumReporter@0.0.0 No license field.

Went through the setup on http://blog.stevensanderson.com/2016/05/02/angular2-react-knockout-apps-on-aspnet-core/. Found that the .xproj file threw this into output when testing from VS2015, but it works with "dotnet run" in cli.

*Originally created by @matthew-tanner on 6/10/2016* > "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Web\External\npm.CMD" install > npm WARN install Couldn't install optional dependency: Unsupported > npm WARN EPEERINVALID angular2-express-engine@0.14.1 requires a peer of angular2-universal@^0.102.0 but none was installed. > npm WARN EPEERINVALID angular2-hapi-engine@0.14.0 requires a peer of angular2-universal@^0.102.0 but none was installed. > npm WARN EPACKAGEJSON ScrumReporter@0.0.0 No repository field. > npm WARN EPACKAGEJSON ScrumReporter@0.0.0 No license field. Went through the setup on http://blog.stevensanderson.com/2016/05/02/angular2-react-knockout-apps-on-aspnet-core/. Found that the .xproj file threw this into output when testing from VS2015, but it works with "dotnet run" in cli.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1570
No description provided.