-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
- 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
Labels
No labels