while connecting aem to eclipse wihile maven install | Community
Skip to main content
Level 2
September 17, 2023
Solved

while connecting aem to eclipse wihile maven install

  • September 17, 2023
  • 3 replies
  • 786 views

Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:webpack (webpack build) on project mytrainingsite.ui.frontend: Failed to run task: 'webpack.js ' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]

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 santhosh_kumark

Hi @abinesh76 please try to configure frontend-maven-plugin.version and also check webpack config - https://stackoverflow.com/questions/64882847/how-to-configure-webpack-correctly

 

 

3 replies

DPrakashRaj
Community Advisor
Community Advisor
September 17, 2023

It seems issue is with your front end project. Check if your frontend is angular or react and depend on the project you need to check you have appropriate node and non installed. If installed, may be try compiling your front end locally before running the min install command 

kautuk_sahni
Community Manager
Community Manager
September 18, 2023

@abinesh76 Did you find the suggestion from Prakash helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
santhosh_kumark
santhosh_kumarkAccepted solution
Level 6
September 18, 2023

Hi @abinesh76 please try to configure frontend-maven-plugin.version and also check webpack config - https://stackoverflow.com/questions/64882847/how-to-configure-webpack-correctly