Github user sardell commented on a diff in the pull request:
https://github.com/apache/metron/pull/1217#discussion_r222949278
--- Diff: metron-interface/metron-config/package.json ---
@@ -7,10 +7,11 @@
},
"angular-cli": {},
"scripts": {
- "build": "./node_modules/angular-cli/bin/ng build -prod",
+ "build": "./node_modules/@angular/cli/bin/ng build --prod",
--- End diff --
Thanks for pointing this out! I think the original path may have been
leftover from the original project generation with the old version of angular
cli. I have since removed it.
---