quickstart-ng2 icon indicating copy to clipboard operation
quickstart-ng2 copied to clipboard

Unmet Peer Dependency Installation error

Open demisx opened this issue 8 years ago • 1 comments

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

$ git clone [email protected]:ui-router/quickstart-ng2.git
$ cd quickstart-ng2/
$ npm install
---
npm WARN @angular/[email protected] requires a peer of zone.js@^0.7.2 but none was installed.
npm WARN [email protected] requires a peer of @angular/router@^3.3.1 but none was installed.

demisx avatar Mar 17 '17 16:03 demisx

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

Asone avatar Apr 11 '17 08:04 Asone