Solved
Hi I'm getting error "failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:npm (npm run build) on project emistoremarketplace.ui.frontend: Failed to run task: 'npm run build' failed. org.apache.commons.exec.ExecuteException:"
my POM details are as below
<configuration>
<nodeVersion>v10.16.0</nodeVersion>
<npmVersion>6.10.2</npmVersion>
</configuration>
I have latest version of node installed in my machine