IONIC : A utility CLI has unexpectedly closed

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

    Run the below command, being in root directory of Ionic project:

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

    Then you can try Ionic serve or Ionic s.

提交回复
热议问题