2

I upgrade my angular project to angular 8 and now when I type

ng serve

I receive this error:

Error: Could not find the implementation for builder @angular-devkit/build-angular:dev-server

For the upgrade I used ng update. When I type

ng update

I get:

Using package manager: 'npm'

Collecting installed dependencies...

Found 41 dependencies.

We analyzed your package.json and everything seems to be in order. Good work!

finefoot
  • 9,914
  • 7
  • 59
  • 102
Mindru Ion
  • 373
  • 5
  • 19
  • Does this answer your question? [Could not find module "@angular-devkit/build-angular"](https://stackoverflow.com/questions/50333003/could-not-find-module-angular-devkit-build-angular) – Vega Jun 18 '22 at 12:21

1 Answers1

5

Maybe this'll help

npm install --save-dev @angular-devkit/build-angular
Ehsan Kiani
  • 3,050
  • 1
  • 17
  • 19