IONIC : A utility CLI has unexpectedly closed

前端 未结 10 2232
半阙折子戏
半阙折子戏 2021-02-04 04:19

I got this error when i run ionic serve The Ionic CLI will exit. Please check any output above for error details.

my ionic info

$ionic info
Ionic:

   i         


        
10条回答
  •  名媛妹妹
    2021-02-04 04:29

    Error: Lock found, but no process with PID 43470 seems to be running. [ng] (If you are sure no ngcc process is running then you should delete the lock-file at yourproject/node_modules/@angular/compiler-cli/ngcc/ngcc_lock_file.)

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

    et voila.

提交回复
热议问题