Could not find the implementation for builder @angular-devkit/build-angular:dev-server on ng serve command [duplicate]
I got this working by reinstalling the build-angular package. Note the ‘–save-dev’ flag on the install command: npm uninstall @angular-devkit/build-angular npm install –save-dev @angular-devkit/build-angular