Error while doing mvn clean install | Community
Skip to main content
New Participant
July 18, 2023
Solved

Error while doing mvn clean install

  • July 18, 2023
  • 3 replies
  • 1290 views

Hi, I am getting this error after cloning the repo i am doing mvn clean install

(npm ci) on project xxxx.ui.frontend: Failed to run task: 'npm ci' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException


using node version : v18.13.0
npm version: 8.15.0

Thanks in advance

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by tatrived

npm install in frontend resolves my issue Thanks!

3 replies

tatrivedAuthorAccepted solution
New Participant
July 25, 2023

npm install in frontend resolves my issue Thanks!

rawvarun
New Participant
July 25, 2023

Maybe you are adding incorrect value for the node and npm versions in pom.

Can you share the pom.xml snippet for the node and npm versions?

EstebanBustamante
New Participant
July 24, 2023

Which repo are you trying to clone? What else do you see if you add the  -X parameter while running mvn clean install? 

Esteban Bustamante