GitHub user hivivo opened a pull request:
https://github.com/apache/helix/pull/122
[helix-front] Fix building issue caused by version mismatching
The wrong version descriptor will cause [helix-front] building failure.
Need to force `@angular/flex-layout` to stick on version `2.0.0-beta.8` or
`2.0.0-beta.12` will be installed instead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hivivo/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/122.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #122
----
commit 571c6b743cc43e347d93f88cd336eafab4ee4079
Author: Vivo Xu <vxu@...>
Date: 2018-01-03T22:46:37Z
[helix-front] Fix building issue caused by version mismatching
----
---