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

I installed H-MDM Server Source from Github. I've done every single step on Build.txt file. But i got this error when using mvn-install.  Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.7.6:grunt (install js libs) on project server: Failed to run task: 'grunt resolve' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1

I've also configured NPM and Node version as local machine. 

by (180 points)

1 Answer

0 votes
Looks like you are building on Windows. Probably there's some problem with the build environment.

We recommend using Ubuntu Linux 22.04 as an OS for building Headwind MDM. Try building the software on a fresh Ubuntu 22.04 LTS virtual machine.
by (34.3k points)
i use Ubuntu Virtual Machine. I just use SSH to connect to it
It is impossible to tell what's wrong in your environment by a cropped screenshot. To find the issue, try analyzing the output more thoroughly. For example, I see that there's an issue with running the git command. Probably network access is restricted.
i've solved it. just install in new Ubuntu and change version of (node and npm) in POM.xml file
...