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
The error states that "Cannot find module '@angular-devkit/build-angular/package.json'" which means you have to have that package added.
install the latest npm
npm install -g npm@latest
add the missing
npm install --save-dev @angular-devkit/build-angular