2017-01-08 11 views
1

を開けないで仕えるionic serveショー:イオン、プロジェクトでは、ブラウザ

[email protected]:/opt/projetos/myPorject$ ionic serve 

> [email protected] ionic:serve /opt/projetos/myPorject 
> ionic-app-scripts serve "--v2" "--address" "0.0.0.0" "--port" "8100" "--livereload-port" "35729" 

keywords if/then/else require v5 option 
[16:28:19] ionic-app-scripts 0.0.47 
[16:28:20] watch started ... 
[16:28:20] build dev started ... 
[16:28:20] clean started ... 
[16:28:20] clean finished in 6 ms 
[16:28:20] copy started ... 
[16:28:20] transpile started ... 
[16:28:22] transpile finished in 2.91 s 
[16:28:22] webpack started ... 
[16:28:23] copy finished in 3.06 s 
[16:28:30] webpack finished in 7.81 s 
[16:28:30] sass started ... 
[16:28:32] sass finished in 1.42 s 
[16:28:32] build dev finished in 12.18 s 
[16:28:32] watch ready in 12.25 s 
[16:28:32] dev server running: http://localhost:8100/ 

とブラウザ開いていません。

私のシステム

Your system information: 

Cordova CLI: 6.4.0 
Ionic Framework Version: 2.0.0-rc.4 
Ionic CLI Version: 2.1.18 
Ionic App Lib Version: 2.1.9 
Ionic App Scripts Version: 0.0.47 
ios-deploy version: Not installed 
ios-sim version: Not installed 
OS: Linux 4.4 
Node Version: v7.4.0 
Xcode version: Not installed 

なぜionic serveionic $が表示されないのですか? ionic2で

[email protected]:/opt/projetos/teste$ ionic serve 
Running live reload server: http://192.168.2.103:35729 
Watching: www/**/*, !www/lib/**/*, !www/**/*.map 
√ Running dev server: http://192.168.2.103:8100 
Ionic server commands, enter: 
    restart or r to restart the client app from the root 
    goto or g and a url to have the app navigate to the given url 
    consolelogs or c to enable/disable console log output 
    serverlogs or s to enable/disable server log output 
    quit or q to shutdown the server and exit 

ionic $ 

でもない:イオン1つのショーで

。 // localhostを:8100 /にブラウザを使用すると、HTTPに行くとき

+0

は、それが働いているこのコードを試してみてください? – Olli

+0

はい。しかし、私はイオンCLIを使用することはできません。 – cspedroh

+0

問題が解決しない場合はバグかもしれません。別のターミナルウィンドウを開いて縦に並べて使用することをお勧めします。 – Olli

答えて

0

ionic serve --address=localhost 
+0

は動作しません 私を助けてください –

関連する問題