-
Notifications
You must be signed in to change notification settings - Fork 307
ionic serve stuck? #441
Comments
I cannot recreate this on a Mac. Anyone else having the same issue on Linux? Thanks, |
i am stuck with same |
The order has changed, tslint appears last in the console. But in the log we see "dev server running: http: // localhost: 8100 /" I also thought it was stuck, but if you run chrome the app works |
I am thinking it is just failing to open the browser automatically. Can you run this with Thanks, |
@thebasix, @jeromeXoo, @DhruvGupta5, can you start debugging and try to figure this out? Thanks, |
Sorry I thought the previous message was not addressed to me. For me there is no problem, tslint messages appear at the end whereas in previous versions the command "ionic serve" ends with "server running: http: // localhost: 8100 /". (This is no longer the case) I think it's just that, they're waiting for the rest of the message, but there's none, and that's normal. A suggestion: maybe add a message at the end to confirm that everything is ok? |
@danbucholtz yes its working, just the browser is not opening automatically, thanks a ton. additionally server and console errors are gone upon ionic run android -l -c -s , its extremely difficult to work without them |
@DhruvGupta5, we are working on that. Can you try to figure out why Thanks, |
@danbucholtz , i will try but i am new to development, actually my first project. so chances are bleak |
@DhruvGupta5, what OS are you on? What Thanks, |
@danbucholtz ubuntu 16.04 , node version- 6.9.1 |
@danbucholtz #425 would this investigation help ? |
@danbucholtz This issue happens only on Linux. It used to work earlier but after recent updates in ionic-app-scripts it has stopped working. Might be duplicate of #425 Your system information: |
I believe this is fixed in app-scripts 1.0.0. Please let me know if it's not. Thanks, |
Hi there! I know this is an old thread but I'm experiencing similar kind of issues. I've tried to create my first application, it opens it perfectly on http://localhost:8100. When I'm trying to go back to Terminal and continue my project, it's stuck on lint finished in 5.64s. My Cordova version is 7.0.1 and Ionic 3.9.1. I'm using Mac and the OS is 10.12.5. I've tried to reinstall Cordova and Ionic, no results. Any thoughts on this one? Thanks a million P.S. Here are the last lines that I see in Terminal: [12:56:45] dev server running: http://localhost:8100/ [INFO] Development server running [12:56:51] lint finished in 5.64 s |
After using it multiple times it sometimes makes my I can run Windows 10 |
after type the ionic serve my browser is not coming automatically its terminated. if I m typing localhost:8100 then also it is not coming. instead of ionic serve if I m typing npm run ionic:serve --verbose then it's working. can anybody tell me why ionic serve is not working? |
Hi, |
Short description of the problem:
When I run
ionic serve
, the process gets stuck at tslint. It never completes. Tslint usually gives warnigs like unused variable or module.This started happening when I updated ionic from RC2 to dev. Following this post.
http://blog.ionic.io/improvements-to-ionic-build-process/
I've deleted node-modules, .temp folders and re-run
npm install
What behavior are you expecting?
I expect
ionic serve
process to complete.Steps to reproduce:
ionic serve
Which @ionic/app-scripts version are you using?
Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.2
Ionic CLI Version: 2.1.12
Ionic App Lib Version: 2.1.7
Ionic App Scripts Version: 0.0.45
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Linux 4.4
Node Version: v6.9.1
Xcode version: Not installed
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
This is the output that I get. After that, the process is just stuck
PACKAGE.JSON
The text was updated successfully, but these errors were encountered: