Description
OS:
Mac OSX El Capitan
NG Version:
angular-cli: 1.0.0-beta.6, node: 6.2.2, os: darwin x64
Reproduction step:
ng new project_name --mobile (the issue happens here, to see proper log need to do npm install inside the project folder)
cd project_name
npm install
log:
playbook-new-mobile4@0.0.0 /Users/yogeshofit/Desktop/angular2/workspace/Playbook-new-mobile4
├── UNMET PEER DEPENDENCY @angular/core@2.0.0-rc.2
├─┬ angular-cli@1.0.0-beta.6
│ ├── typescript@1.8.10
│ └─┬ typings@0.8.1
│ ├── bluebird@3.4.0
│ ├── minimist@1.2.0
│ └── wordwrap@1.0.0
├─┬ UNMET PEER DEPENDENCY angular2-universal@0.100.5
│ └── UNMET PEER DEPENDENCY angular2-universal@^0.102.0
└─┬ protractor@3.3.0
└─┬ request@2.67.0
└─┬ http-signature@1.1.1
└─┬ sshpk@1.8.3
├── ecc-jsbn@0.1.1
├── jodid25519@1.0.2
├── jsbn@0.1.0
└── tweetnacl@0.13.3
npm WARN @angular/app-shell@0.0.0 requires a peer of @angular/core@2.0.0-rc.1 but none was installed.
npm WARN angular2-express-engine@0.14.2 requires a peer of angular2-universal@^0.102.0 but none was installed.
npm WARN angular2-hapi-engine@0.14.0 requires a peer of angular2-universal@^0.102.0 but none was installed.
npm WARN angular2-express-engine@0.14.2 requires a peer of angular2-universal@^0.102.0 but none was installed.
npm WARN angular2-hapi-engine@0.14.0 requires a peer of angular2-universal@^0.102.0 but none was installed.
Similar issue happened in Angular/QuickStart (angular/quickstart#135)
Regards,
Yogesh Surendran alias CarreraPHP