Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

848
Visualizações
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 Respostas
Responde à pergunta

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 Relatório

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 Relatório

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 Relatório

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 Relatório

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 Relatório

0

simply run rm -rf node_modules && npm install

over 4 years ago · Santiago Trujillo Relatório

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 Relatório

0

Just run

ionic repair

And select Yes

over 4 years ago · Santiago Trujillo Relatório

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 Relatório

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 Relatório

0

just remove the node_modulesthen run npm i

over 4 years ago · Santiago Trujillo Relatório

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda