I\'m trying to build and serve my project. It was working properly, I updated it from git and then suddenly when I serve it, there is an Error saying \"Another process, with
This happens when ngcc (Angular compatibility compiler) is not finished doing what it does, you must have enabled ivy in your Angular project. read here for more info about ivy.
npm install again, to see if it fixes your problem.ngcc manually.node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__node_modules directory and try npm i again.