Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

112
Views
Another process, with id #######, is currently running ngcc

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 id 29800, is currently running ngcc." I retried "npm i", also restarted the IDE and even pc, but it still says the same.

over 4 years ago · Santiago Trujillo
12 answers
Answer question

0

The Laptop Crashed and I got this problem after restart. Removing the below file from ionic project solved the problem.

node_modules/@angular/compiler-cli/ngcc/ngcc_lock_file

over 4 years ago · Santiago Trujillo Report

0

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.

  1. First try to run npm install again, to see if it fixes your problem.
  2. Try to run ngcc manually.
  3. remove this file node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__
  4. If none of the above worked, then remove node_modules directory and try npm i again.
over 4 years ago · Santiago Trujillo Report

0

Just run

ionic repair

And select Yes

over 4 years ago · Santiago Trujillo Report

0

Try deleting your ngcc_lock_file in the path:

node_modules/@angular/compiler-cli/ngcc/ngcc_lock_file

It's work for me.

over 4 years ago · Santiago Trujillo Report

0

just remove the node_modulesthen run npm i

over 4 years ago · Santiago Trujillo Report

0

I deleted the file node_modules/@angular/compiler-cli/ngcc/ngcc_lock_file_ from the node_modules folder and its working fine.

over 4 years ago · Santiago Trujillo Report

0

Fix this all in one easy command:

run npm ci

this will delete node_modules and npm install

over 4 years ago · Santiago Trujillo Report

0

deleting lock file in nodes module at the following location will fix this errors

*C:\Users\OneDrive\Desktop\app\node_modules\@angular\compiler-cli\ngcc\src\locking*

delete the lock-file javascript file over there.

if it still shows the same error then delete the entire lock-files folder ,restart command prompt and then it will run

over 4 years ago · Santiago Trujillo Report

0

Had the same issue running angular with a docker file, and like suggested here I deleted ngcc_lock_file BEFORE running npm install

enter image description here

over 4 years ago · Santiago Trujillo Report

0

Also if above solutions, dosen´t work it could be that the pipeline has too little space to work with side processes. What you could do is go to angular.json and search for this object:

"budgets": [{"type": "initial","maximumWarning": "4mb","maximumError": "5mb"}]

and raise the limits on maximumError for example.

More about budgets here: angular.io/guide

over 4 years ago · Santiago Trujillo Report

0

I deleted the file node_modules/@angular/compiler-cli/ngcc/ngcc_lock_file_ from the node_modules folder and its working fine. angular v10

over 4 years ago · Santiago Trujillo Report

0

simply run rm -rf node_modules && npm install

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!