Ionic serve not working in Ionic 3

前端 未结 20 612
眼角桃花
眼角桃花 2021-01-16 23:06

My Ionic info:

cli packages: (/usr/lib/node_modules)

@ionic/cli-utils  : 1.9.2
ionic (Ionic CLI) : 3.9.2

global packages:

Cordova CLI : 7.0.1 

local pack         


        
20条回答
  •  北荒
    北荒 (楼主)
    2021-01-16 23:45

    Try below steps.. May be it will help

    npm install -g ionic@latest
    
    npm install @ionic/app-scripts@latest --save-dev
    
    npm install ionic-angular@latest --save
    
    ionic serve
    

提交回复
热议问题