Github user ruffle1986 commented on a diff in the pull request: https://github.com/apache/metron/pull/1096#discussion_r215171209 --- Diff: metron-interface/metron-alerts/README.md --- @@ -45,7 +45,7 @@ Alerts that are contained in a a meta alert are generally excluded from search r * The Management UI should be installed (which includes [Express](https://expressjs.com/)) * The alerts can be populated using Full Dev or any other setup * UI is developed using angular4 and uses angular-cli -* node.JS >= 7.8.0 +* nvm (or a similar node verison manager) should be installed. The node version required for this project is listed in the [.nvmrc](https://github.com/creationix/nvm#nvmrc) file. --- End diff -- We should also update the line above (line 47.): > UI is developed using angular4 and uses angular-cli to: > UI is developed using angular 6 and uses angular-cli
---