An unhandled exception occurred: Cannot find module '@angular-devkit/build-angular/package.json'
The above exception while running an angular app can be handled by running the two commands below before running ng serve
npm install
npm install -g @angular/cli