Hi, I would like to ask if I need to prepare anything else before using ‘mvn package‘ for the first time?
I cloned the latest code from the github master branch and executed ‘mvn package‘, but an error occurred "[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:npm (npm-build) on project guacamole: Failed to run task: 'npm run build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 2 (Exit value: 2) -> [Help 1]” There are other errors "[INFO] [webpack-cli] Error: ENOENT: no such file or directory, open 'E:\gitpath\guacamole\guacamole-client\guacamole\src\main\frontend\dist\npm-dependencies.txt" It seems to be caused by nodejs, I did not find 'npm-dependencies.txt' in the source code. Thanks, Yao
