【发布时间】:2014-10-24 15:06:08
【问题描述】:
使用 Yeoman 离子发生器 https://github.com/diegonetto/generator-ionic
我在没有 sass、默认插件列表和空白的情况下运行它。
当运行 grunt serve 时,我得到以下信息:
Multiple addresses available.
Please select which address to use by entering its number from the list below:
1) 192.168.1.69 (en0)
2) localhost
Address Selection:
当我在终端中输入 2 并返回时,它只是挂在那里而无需进一步操作或启动浏览器。
我也尝试过输入 localhost 或 'localhost' 并返回,但仍然没有挂起...
我很困惑为什么?
任何关于此事的帮助将不胜感激,谢谢。
【问题讨论】:
-
在 Mac 上帮助我的是禁用 wifi,而我使用的是以太网并激活了 wifi。离子不再有模棱两可的状态。
标签: gruntjs yeoman ionic-framework