ionic 4.2.0 introduced super delay for compile
See original GitHub issueDescription:
ionic 4.2.0
introduced karma
.
Because of this, ionic cordova run browser
takes longer time.
Steps to Reproduce:
https://github.com/wf9a5m75/ionic_v4.1.2-v4.2.0
Output:
v4.1.2
$> date && ionic cordova run browser
Mon Oct 22 18:54:24 PDT 2018 <---start
> ionic-app-scripts build --target cordova --platform browser
[18:54:28] ionic-app-scripts 3.2.0
[18:54:28] build dev started ...
...
^C[ERROR] Non-zero exit from subprocess.
$> date
Mon Oct 22 18:54:57 PDT 2018 <---end
v4.2.0
$> date && ionic cordova run browser
Mon Oct 22 19:01:02 PDT 2018 <---start
> ng run app:ionic-cordova-build --platform=browser
Date: 2018-10-23T02:02:38.675Z
Hash: 8bf8b03adeca0bf9241d
Time: 89442ms
masashi-macgms:v4.2.0 masashi$ date
Mon Oct 22 19:02:45 PDT 2018 <---end
Please improve the startup speed or provide --no-karma
option.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (3 by maintainers)
Top Results From Across the Web
Cordova build android takes more than 10 minutes - ionic-v3
I've tried to build new app from super Ionic template and it takes more than 7 minutes (better but still not OK). No...
Read more >How to migrate Ionic 4.2.0 to latest version?
I want to upgrade it to latest veriosn i.e 4.7.0, How to do this? ionic-framework · ionic4 · Share.
Read more >Bug listing with status RESOLVED with resolution NEEDINFO ...
... Bug:46812 - "Add review/super-review flag to bugzilla" status:RESOLVED ... when compiling of rcapid is started" status:RESOLVED resolution:NEEDINFO ...
Read more >Release Notes - Play services
The latest update to the play-services-games library includes the following changes: Re-introduced some constants that were not included in the 23.0.0 release.
Read more >Ionic 4 & Angular Tutorial For Beginners - Crash Course
Learn to build iOS, Android and web apps from scratch with Ionic 4 and Angular!Join the full Ionic + Angular course: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, Node 10 has been greatly reducing build times for people. I would recommend Node 10 in general. It will be in LTS in a few days.
Thank you for your taking time! I hear the same issue from other people actually, and I will tell them.