Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/1091
@jameslamb, this is still failing for me. Just to be clear, the
"build-rpms" and "build-debs" maven profiles should be used when testing this.
You don't necessarily have to build full dev. When I run this command in
metron-deployment:
```
mvn clean package -DskipTests -Pbuild-rpms
```
I am still getting this error:
```
/var/tmp/rpm-tmp.VpikxG: line 60: npm: command not found
error: Bad exit status from /var/tmp/rpm-tmp.VpikxG (%install)
Macro %_prerelease has empty body
Macro %_prerelease has empty body
Bad exit status from /var/tmp/rpm-tmp.VpikxG (%install)
```
I think your change may not have been pushed out correctly. I still only
see 1 commit in the PR when I would expect 2: your original commit + the
commit to fix this issue. Because of this I'm also not able to see what you
did to fix the error, I only see all changes.
---