Skip to content

UNMET PEER DEPENDENCY rxjs and zone.js (alpha) #2495

@klemensz

Description

@klemensz
  • I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item Version
generator-angular-fullstack 5.0.0-alpha.4
Node v6.9.4
npm 3.10.10
Operating System OS X 10
Item Answer
Transpiler TypeScript
Markup Pug
CSS Sass
Router ngRoute
Client Tests Mocha
DB MongoDB
Auth Y

When running $ npm install -g yo generator-angular-fullstack@alpha and then $ yo angular-fullstack with the settings from above I get the following messages:

├─┬ UNMET PEER DEPENDENCY rxjs@5.0.0-beta.12
...
└── UNMET PEER DEPENDENCY zone.js@0.6.26
npm WARN angular2-jwt@0.1.28 requires a peer of rxjs@^5.0.0 but none was installed.
npm WARN @angular/http@2.4.6 requires a peer of rxjs@^5.0.1 but none was installed.
npm WARN @angular/router@3.4.6 requires a peer of rxjs@^5.0.1 but none was installed.
npm WARN @angular/core@2.4.6 requires a peer of rxjs@^5.0.1 but none was installed.
npm WARN @angular/core@2.4.6 requires a peer of zone.js@^0.7.2 but none was installed.

In package.json I see:

  "devDependencies": {
    ...
    "rxjs": "5.0.0-beta.12",
    "zone.js": "^0.6.25",
    ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions