簡體   English   中英

Ionic2服務無法正常工作

[英]Ionic2 serve not working

當我寫離子服務時,什么也沒有打開。 我試過更改nodejs版本。 重新安裝離子科爾多瓦。 還清除了Internet上的緩存和其他方式。 什么都沒有。 請幫忙。 沒有顯示錯誤,但沒有打開窗口。

信息:

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

有時瀏覽器不會自動打開。 ionic serve后,嘗試在瀏覽器中手動輸入http://localhost:8100

強制使用IP地址

離子服務-地址YOUR_IP_ADDRESS

您的IP地址應該可用,我認為您可以使用192.168.10.8或127.0.0.1

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM