-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
CLI installs the app on every change #3883
Comments
I have updated to 4.2.4 and the bug still happens. My app is still re-installing every time I save. Also since updated my whole app has slowed down significantly. It previously took around 8 seconds to save, now it takes 45 seconds? I have Webpack installed as well. |
Hi @Aceman18, Try the solution described here. If cleaning up the |
@KristianDD Over the last few days it seems to be working fine. Maybe it was that one day? But its fine now. Thank you for taking the time to write the response. |
@Aceman18 You have to delete and reinstall node modules/hooks/platforms after updating the cli. |
Please, provide the details below:
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes
Tell us about the problem
When a change is made the application gets installed every time. Previously sync changes are overwritten.
Which platform(s) does your issue occur on?
Android Pie
Windows workstation
Please provide the following version numbers that your issue occurs with:
tns --version
to fetch it)node_modules/tns-core-modules/package.json
file in your project)"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)package.json
file of yourproject)
Please tell us how to recreate the issue in as much detail as possible.
tns run android
with Android P device on a Windows workstation.Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Consider using the playground to provide the code you have issues with.
The text was updated successfully, but these errors were encountered: