Failing to deploy ui.frontend
When i am trying to deploy the repo into my local it failing at ui.frontend.
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:npm (npm run prod) on project xxxxxxxxxxxx.ui.frontend: Failed to run task: 'npm run prod' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 2 (Exit value: 2) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:npm (npm run prod) on project xxxxxxxxxxxxx.ui.frontend: Failed to run task
Tried changing npm and node versions in pom
v16.17.0
8.15.0
and also followed
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/help-failed-to-execute-goal-com-github-eirslett-frontend-maven/td-p/567500
both didn't work.

