This post shows you how to solve the problem Could not find module "@angular-devkit/build-angular" in Angular 7.

Error: Could not find module "@angular-devkit/build-angular"

You can do the following to solve the problem.

npm install --save-dev @angular-devkit/build-angular

After the installation is complete, you can run the command below to build your angular project.

ng build