I'm trying to build guacamole-client 1.5.3 but the build fails due to a " SyntaxError: Unexpected end of JSON input" . Same error occurs when I try building the 1.5.2 client.
Build system is AlmaLinux release 9.3. Am I missing some programs needed for the build? Build configuration change perhaps? ... [INFO] <s> [webpack.Progress] 92% chunk asset optimization [INFO] <s> [webpack.Progress] 92% chunk asset optimization closure- compiler-plugin [INFO] undefined:1 [INFO] [INFO] [INFO] SyntaxError: Unexpected end of JSON input [INFO] at JSON.parse (<anonymous>) [INFO] at ChildProcess.<anonymous> (/home/lmann/dev/guacamole- client/guacamole/src/main/frontend/node_modules/closure-webpack- plugin/src/closure-compiler-plugin.js:1007:34) [INFO] at ChildProcess.emit (node:events:517:28) [INFO] at maybeClose (node:internal/child_process:1098:16) [INFO] at Socket.<anonymous> (node:internal/child_process:450:11) [INFO] at Socket.emit (node:events:517:28) [INFO] at Pipe.<anonymous> (node:net:350:12) [INFO] [INFO] Node.js v18.18.0 [INFO] ---------------------------------------------------------------- -------- [INFO] Reactor Summary for guacamole-client 1.5.3: [INFO] [INFO] guacamole-client ................................... SUCCESS [ 8.214 s] [INFO] guacamole-common ................................... SUCCESS [ 3.930 s] [INFO] guacamole-ext ...................................... SUCCESS [ 7.587 s] [INFO] guacamole-common-js ................................ SUCCESS [ 6.406 s] [INFO] guacamole .......................................... FAILURE [ 23.544 s] [INFO] extensions ......................................... SKIPPED [INFO] guacamole-auth-ban ................................. SKIPPED ... [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: 1 (Exit value: 1) -> [Help 1] [ERROR]
