-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow opening ionic 3 project #14228
Comments
you need to use try deleting your node modules folder and running npm install again to get a clean modules folder. You should also try to resolve the typescript errors that are reported in the build output. |
@ghenry22 Thank You So much |
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know! Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#458 |
i finish my application and i build it with this command ionic build android --release , and i use a splash screen , and is work fine in google chrome browser
but in android device is take 180 second to open before show the splash screen
i try to use ionic build android --prod , but is show me this error https://i.imgur.com/DpQY5ir.png
can anyone help me ?
Thank for the time
The text was updated successfully, but these errors were encountered: