ui-router / quickstart-ng2

DEPRECATED -- See https://github.com/ui-router/quickstart-angular
https://github.com/ui-router/quickstart-angular
MIT License
64 stars 20 forks source link

Unmet Peer Dependency Installation error #29

Open demisx opened 7 years ago

demisx commented 7 years ago

Trying to install the latest version, I get the following error:

$ git clone git@github.com:ui-router/quickstart-ng2.git
$ cd quickstart-ng2/
$ npm install
---
npm WARN @angular/core@2.4.10 requires a peer of zone.js@^0.7.2 but none was installed.
npm WARN ui-router-ng2@1.0.0-beta.4 requires a peer of @angular/router@^3.3.1 but none was installed.
Asone commented 7 years ago

To solve, update the mentionned dependencies, as the current release of the repo specifies older versions of those deps.