I have developed an app and pushed to bitbucket repository and pulled from another system. unfortunately while building the app its showing an error “Could not find module “@angular-devkit/build-angular”. This mainly because of ng-module folder is usually ignored while pushing to git. Hence we need to update this files locally. You can simpley update the app with this command.
ng -g update @angular/core