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

后端 未结 6 1371
甜味超标
甜味超标 2020-12-24 10:05

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

6条回答
  •  既然无缘
    2020-12-24 10:48

    Try deleting your ngcc_lock_file in the path:

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

    It's work for me.

提交回复
热议问题