Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

847
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

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 Denunciar

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 Denunciar

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 Denunciar

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 Denunciar

0

simply run rm -rf node_modules && npm install

over 4 years ago · Santiago Trujillo Denunciar

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 Denunciar

0

Just run

ionic repair

And select Yes

over 4 years ago · Santiago Trujillo Denunciar

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 Denunciar

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 Denunciar

0

just remove the node_modulesthen run npm i

over 4 years ago · Santiago Trujillo Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda