Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes

Hi; i'm beginer and i'm trying to run the mdm in local in intellij on my Pc

I got this error while runnig the command : mvn install

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:npm (npm install) on project server: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.ei
rslett:frontend-maven-plugin:1.12.1:npm (npm install) on project server: Failed to run task

Any solutions ?

Any docummentation ?

by (360 points)

1 Answer

0 votes

The build instructions can be found in the file BUILD.txt.

I guess the problem is because build.properties file is missing. Please create this file from a sample by running the command:

cp server/build.properties.example server/build.properties

by (34.1k points)
...