ionic run browser --livereload not working

后端 未结 5 1305
时光取名叫无心
时光取名叫无心 2021-02-19 12:13

i was trying to use live reload on my ionic 2 application. so i found this command

ionic run browser --live-reload

is not working as expected

5条回答
  •  一个人的身影
    2021-02-19 12:31

    First off, should anyone need this answer, the command has been renamed in the later version to

    ionic cordova run browser
    

    Second, The --livereload flag is not supported when you run this command. this issue explains more

提交回复
热议问题