Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With yarn@1.1.0 `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 (TS@2.4.1) with yarn@1.1.0, which is stricter than the 2.3.2 version we use on `aio/` (and which that something gets linked to with yarn@1.0.2). [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