Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/1091
Thank you for the contribution @jameslamb! This failed for me when I tried
to run it up in full dev:
```
+ npm install
--prefix=/root/BUILDROOT/metron-0.5.1-root/usr/metron/0.5.1/web/expressjs
--only=production
/var/tmp/rpm-tmp.tvLfXe: line 60: npm: command not found
error: Bad exit status from /var/tmp/rpm-tmp.tvLfXe (%install)
Macro %_prerelease has empty body
Macro %_prerelease has empty body
Bad exit status from /var/tmp/rpm-tmp.tvLfXe (%install)
```
I think the "Have you verified the basic functionality of the build by
building and running locally with Vagrant full-dev environment or the
equivalent?" item in the PR checklist is a requirement for this one.
---