📜  ngcc 中的错误已经在 id 为 8108 的进程中运行.如果您正在并行运行多个构建,那么您应该在开始构建之前通过命令行 ngcc 工具预处理您的 node_modules; - 打字稿代码示例

📅  最后修改于: 2022-03-11 14:48:18.351000             🧑  作者: Mango

代码示例1
//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