Error running emulator with live reload

Hello I have the following issue. When I run

ionic cap run ios -livereload --verbose --external

The process starts but it hangs at this part:

[vue-cli-service] 2023-01-05T15:50:40.404Z eslintrc:cascading-config-array-factory Cache hit: /Users/jan-willem/Code/Werk/farm-app/src/components/list.

No emulator gets started and the script doesn’t continue. But when I run

ionic cap run ios

A emulator gets started with the app running

Does anyone know how I can fix this or what is going wrong?