I tried to build an app with JHipster with an angular frontend but when I run the the following command to launch everything:
mvn eclipse:eclipse
I get an ELIFECYCLE
error.
I've looked at many topics on that error but I've not found a good solution for my case.
I tried lots of things such as:
- increase the memory with command
- increase-memory-limit
node --max_old_space_size=8192
... etc. but it's always impossible to build.
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (webpack build dev) on project sam: Failed to run task: 'npm run webpack:build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 9009 (Exit value: 9009) -> [Help 1] [ERROR]
Can someone can help?