-
-
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
tns run can get stuck in a loop since 2.5 #2469
Comments
I’m actually getting this on Android now too. In this case I’m doing:
After that I wait a few seconds and then I start seeing these lines repeating.
|
same here with vanilla NS and scss files .. on android
|
@tjvantoll I managed to reproduce the problem. It happens when you try to change a dev-dependency in the node_modules. |
fix for #2469 applied in master not with cherry picking, because it would be too much of a murge hasste because of fibers refactoring
* applied hotfix in master fix for #2469 applied in master not with cherry picking, because it would be too much of a murge hasste because of fibers refactoring * made lint happy
read more: #2482 |
Since upgrading to NativeScript 2.5 I’ve occasionally hit this odd problem where
tns run ios
gets stuck in a loop.That is, after I make a change to my app I keep seeing these four lines outputted continuously:
The specific file is sometimes different, but it’s always something in
tns_modules
. I’m going to try to get better recreation steps for you because I know this is a bit vague, but I thought I’d let you know that I’m hitting this.The text was updated successfully, but these errors were encountered: