【发布时间】:2016-04-20 05:13:06
【问题描述】:
我正在使用
运行我的混合应用程序ionic serve
命令,所有作品和应用程序都在浏览器中打开, 但是,每当我更改 app/.. 目录中的任何模板时,更改都会反映在 www/build 目录中,但 ionic 无法更新实时重新加载,它会在控制台上出现以下错误
ionic $ [10:37:06] Starting 'html'...
[10:37:06] Finished 'html' after 36 ms
HTML changed: D:\ge\Cordova_Poc\ionicv2-toturial\www\build\app.html
HTML changed: D:\ge\Cordova_Poc\ionicv2-toturial\www\build\pages\list\list.html
HTML changed: D:\ge\Cordova_Poc\ionicv2-toturial\www\build\pages\hello-ionic\hel
lo-ionic.html
HTML changed: D:\ge\Cordova_Poc\ionicv2-toturial\www\build\pages\item-details\it
em-details.html
Unable to update live reload: Error: connect ETIMEDOUT 3.245.88.2:88
Unable to update live reload: Error: connect ETIMEDOUT 3.245.88.2:88
Unable to update live reload: Error: connect ETIMEDOUT 3.245.88.2:88
Unable to update live reload: Error: connect ETIMEDOUT 3.245.88.2:88
我不明白为什么 ionic 试图连接到 3.245.88.2?
谢谢。
【问题讨论】: