I have followed this tutorial to get angular2 up and running with ASP.NET Core.
I have upgraded the angular packages to version 2.3.1
Now angular2-universal@2.0.10 complains about a peer dependency of zone.js@0.6.21
If I install zone.js@0.6.21 via npm @angular/core@2.3.1 complains about a peer dependency of zone.js@0.7.2
Is @angular/core@2.3.1 and angular2-universal@2.0.10 not compatible as they depend on different versions of the zone.js package?
Any help in this regard would be appreciated.