hello guys I have this next error when I try run my App from the terminal(linux), when I run this command:
ng serve
and I get this
I have faced this issue when i recently upgraded the Angular CLI to Angular 9. the following commands fixed the issue.
npm install --save-dev @angular-devkit/build-angular npm install ng serve -o