h-mdm / hmdm-server

Mobile Device Management System for Android: web control panel. Manage Android devices, install and update apps, get device info. See website for more features!
https://h-mdm.com
Apache License 2.0
315 stars 141 forks source link

Failed to run task: 'grunt resolve' failed #105

Closed DVNghiem closed 3 weeks ago

DVNghiem commented 3 weeks ago

I am currently having this error when building hmdm with docker with the configuration of using image ubuntu:20.04 and installing tomcat9.0.40 but currently having this error:

[ERROR] 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 (Exit value: 1) -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.7.6:grunt (install js libs) on project server: Failed to run task

Please help me!

NTL2706 commented 3 weeks ago

Try checking if you have downloaded the git library. I had the same problem yesterday.

DVNghiem commented 3 weeks ago

It worked, thanks @NTL2706