Custom Project Template build failure

Hello, I am currently evaluating openremote for an integration and am trying to build the custom project template with some failures.

I filed an issue that was closed: Build stuck on `:openremote:ui:component:or-icon:copyMdiFont` · Issue #5 · openremote/custom-project · GitHub

I am relatively skilled with Java, Maven and Gradle but the JS frameworks and package management still evades me.

Build error:

> Task :openremote:ui:component:or-icon:copyMdiFont FAILED
Caching disabled for task ':openremote:ui:component:or-icon:copyMdiFont' because:
  Build cache is disabled
Task ':openremote:ui:component:or-icon:copyMdiFont' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'npm''. Working directory: /home/reven/openremote/openremote/ui/component/or-icon Command: npm run copyMdiFont
:openremote:ui:component:or-icon:copyMdiFont (Thread[Execution worker for ':' Thread 4,5,main]) completed. Took 0.006 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':openremote:ui:component:or-icon:copyMdiFont'.
> A problem occurred starting process 'command 'npm''

I did reply with my versions of various packages:

reven@vps2721177:~/openremote$ java -version
openjdk version "17.0.8.1" 2023-08-24
OpenJDK Runtime Environment (build 17.0.8.1+1-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 17.0.8.1+1-Ubuntu-0ubuntu122.04, mixed mode, sharing)
reven@vps2721177:~/openremote$ git --version
git version 2.34.1
reven@vps2721177:~/openremote$ node -v
v16.20.2
reven@vps2721177:~/openremote$ yarn -v
3.2.0
reven@vps2721177:~/openremote$ npm -v
8.19.4