Bug Report or Feature Request (mark with an x)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
Repro steps.
Create a new project
ng new foo --ng4
Ensure version of @angular/core
npm ls @angular/core
The log given by the failure.
<!-- Normally this include a stack trace and some more information. -->
└── UNMET PEER DEPENDENCY zone.js@0.7.8
npm ERR! peer dep missing: zone.js@^0.8.4, required by @angular/core@4.0.0-rc.4
Desired functionality.
Update the version of zone.js to the version above for apps created using Angular 4.0.0-rc.4 or later.
Bug Report or Feature Request (mark with an
x)Versions.
Repro steps.
Create a new project
ng new foo --ng4Ensure version of @angular/core
npm ls @angular/coreThe log given by the failure.
Desired functionality.
Update the version of zone.js to the version above for apps created using Angular 4.0.0-rc.4 or later.