【问题标题】:Ionic2 serve not workingIonic2 服务不工作
【发布时间】:2018-05-18 03:46:59
【问题描述】:

当我写 ionic serve 时,什么都没有打开。我尝试过更改 nodejs 版本。重新安装离子科尔多瓦。还清除了互联网上的缓存和其他方式。没有任何效果。请帮忙。未显示错误,但未打开窗口。

信息:

C:\Projects\cutePuppyPics>ionic info

cli packages: (C:\Users\Tullo\AppData\Roaming\npm\node_modules)

    @ionic/cli-utils  : 1.19.0
    ionic (Ionic CLI) : 3.19.0

global packages:

    cordova (Cordova CLI) : 7.1.0

local packages:

    @ionic/app-scripts : 3.1.4
    Cordova Platforms  : none
    Ionic Framework    : ionic-angular 3.9.2

System:

    Node : v8.9.1
    npm  : 5.5.1
    OS   : Windows 10

Environment Variables:

    ANDROID_HOME : not set

Misc:

    backend : pro

服务:

C:\Projects\cutePuppyPics>ionic serve
Starting app-scripts server: --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser -
Ctrl+C to cancel
[20:52:58]  watch started ...
[20:52:58]  build dev started ...
[20:52:58]  clean started ...
[20:52:58]  clean finished in 12 ms
[20:52:58]  copy started ...
[20:52:58]  deeplinks started ...
[20:52:58]  deeplinks finished in 40 ms
[20:52:58]  transpile started ...
[20:53:03]  transpile finished in 5.17 s
[20:53:03]  preprocess started ...
[20:53:04]  preprocess finished in 4 ms
[20:53:04]  webpack started ...
[20:53:04]  copy finished in 5.44 s
[20:53:13]  webpack finished in 9.14 s
[20:53:13]  sass started ...
[20:53:14]  sass finished in 1.68 s
[20:53:14]  postprocess started ...
[20:53:14]  postprocess finished in 16 ms
[20:53:14]  lint started ...
[20:53:14]  build dev finished in 16.32 s
[20:53:14]  watch ready in 16.47 s`enter code here`
[20:53:14]  dev server running: http://localhost:8100/

[OK] Development server running!
     Local: http://localhost:8100
     External: http://192.168.10.8:8100
     DevApp: cutePuppyPics@8100 on LAPTOP-NNU75MUT

【问题讨论】:

    标签: node.js cordova ionic-framework ionic2 serve


    【解决方案1】:

    强制IP地址

    ionic serve --address YOUR_IP_ADDRESS

    你的 ip 地址应该可用,我想你可以使用 192.168.10.8 或 127.0.0.1

    【讨论】:

      【解决方案2】:

      有时浏览器不会自动打开。尝试在浏览器中手动输入http://localhost:8100ionic serve

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2018-06-15
        • 2016-10-23
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多