Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With [email protected] `aio/` and some guide examples fail to build. The failures seem to be caused by something (possibly `@ngtools/webpack`, which is a dependency of `@angular/cli`) which peer-depends on TypeScript (TS@^2.0.2), getting linked to a higher version ([email protected]) with [email protected], which is stricter than the 2.3.2 version we use on `aio/` (and which that something gets linked to with [email protected]). [This change][1] is what is causing this difference in behavior. Downgrading yarn to v1.0.2 (same we use on master) for now. [1]: yarnpkg/yarn#4478
- Loading branch information