Hi guys,
I new to Camunda, I just clone the repository I try to start the camunda-bpm-platform/webapps at master · camunda/camunda-bpm-platform · GitHub locally, I followed the instruction
Installing the webapps is done by Grunt:
cd camunda-bpm-platform/webapps
npm install grunt
To start the server in development mode, call
mvn jetty:run -Pdevelop
But when I access http://localhost:8080/camunda/app/welcome/default/ I got this error, can someone help