Can't install angular-universal, since in my app installed packages are dependent on the angular 2.3.
[email protected] requires a peer of zone.js@~0.6.21 but none was installed.
How to solve this problem?
Thank you @Shiroh1ge yes, at the latest we'll have to wait until Universals engine is moved into Angular Core (https://github.com/angular/angular/issues/13822).
For now can you stick with 2.1.0 or up to 2.2.x (if you have the workarounds setup like in the starter) ?
There might be one last angular2-universal patch for 2.4 but I'm not positive right now.
Unfortunately, I'm getting the same issue as @A50 . I'm working on the a project using KendoUI Angular components and in their round of updates with a ton of bug fixes they required a dependency on "zone.js": "^0.7.4" & "@angular/common": "2.4.0" . angular2-Universal and angular2-universal-polyfills is complaining about the zone.js version
for updates see https://github.com/angular/angular/issues/13822
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Thank you @Shiroh1ge yes, at the latest we'll have to wait until Universals engine is moved into Angular Core (https://github.com/angular/angular/issues/13822).
For now can you stick with 2.1.0 or up to 2.2.x (if you have the workarounds setup like in the starter) ?
There might be one last
angular2-universalpatch for 2.4 but I'm not positive right now.