An unhandled exception occurred: Cannot find module '@angular-devkit/build-angular/package.json'

C++
npm install --save-dev @angular-devkit/build-angularnpm install --save-dev @angular-devkit/build-angular
ng update @angular/cli @angular/core

If you are updating from angular 7 to angular 8 then do this

ng update @angular/cli @angular/core
for more information read here https://github.com/just-jeb/angular-builders/blob/master/MIGRATION.MDnpm update
npm update
Source

Also in C++: