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
In my case 2 commands helped:
npm install --save-dev @angular-devkit/build-angular
npm install --save-dev @angular-devkit/core