> ERROR] Failed to execute goal
>com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install)
on project tez-ui: Failed to run task: 'npm install --color=false'
> I don¹t seem to have npm and when I install it it does not work. Any
>work around it?
NPM is a native binary - what version of Linux are you running?
Centos/RHEL machines should be able to get npm from EPEL repos.
# yum list npm
Installed Packages
npm.noarch
1.3.6-5.el6
@epel
FYI, I maintain a build + install script for latest hive+tez
https://github.com/t3rmin4t0r/tez-autobuild/blob/llap/Makefile
Though if you need CDH specific instructions, I can find a copy.
Cheers,
Gopal