Github user xyztdanid4 commented on a diff in the pull request:
https://github.com/apache/metron/pull/952#discussion_r172936489
--- Diff: metron-interface/metron-config/package.json ---
@@ -33,6 +28,11 @@
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
+ "@types/ace": "0.0.32",
--- End diff --
Yes. I was not enough carefully. Yarn did the rearrangement, but I can move
the dependencies back to their original place if you would like to.
---