...
When compiling the Angular application for the first time run the command npm install in your terminal to install all dependency packages (run npm install --all --force if there are dependency conflicts).
Run the command ng build. This compiles the Angular application into a directory “so/so-monitoring/so-monitoring-ui/src/main/frontend/dist”
...