The NPM script ‘start’ exited without indicating that the Angular CLI was listening for requests

Try to do the following

  1. Open a Powershell
  2. Navigate to the clientapp directory
  3. Run npm audit fix

This works for ReactJS & VueJS projects too.

Leave a Comment