IONIC : A utility CLI has unexpectedly closed

前端 未结 10 2178
半阙折子戏
半阙折子戏 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:51

    Simpy run

    npm install @ionic/app-scripts@latest --save-dev
    

    and then

    ionic serve
    

    This error is because of some audit during installing a plugin or adding a plug in

提交回复
热议问题