-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns_modules randomly appears in app folder and breaks build #3016
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
Comments
Hi @thaoula Can you specify version of |
Hi @dtopuzov, I am using npm 5.3.0 and node 8. I am still trying to identify the workflow that causes tns_modules to be created. Unfortunately, i have been unable to work out any repeatable steps. However, it happened several times yesterday. Regards, |
Hi @thaoula Thanks for the info.
|
Hi @dtopuzov, Thanks for getting back to me - Is there anyway to debounce watches or ignore files? Regards, |
@thaoula If you could provide us with the steps to reproduce the issue, that will contribute to how fast it will be fixed. Thank you! |
Hi @dtopuzov Once I delete the tns_modules folder everything works. |
I've run into this issue multiple times, and I'm using NPM 6.10.1. I don't use npm link and do not use nativescript-dev-sass or nativescript-dev-less. |
NPM 3.10.10, with nativescript-dev-sass, and the same issue exists. |
I just had app/tns_modules created when I ran |
I was having the same problem (tns_modules appearing and the build not working) with {N} 3.2.1, only when I ran on the iOS 11 Simulators. The following commands fixed my issue:
|
Hey all, The In order to fix the issue, we'll update ios-sim-portable to respect the |
Hi Guys,
A folder called tns_modules is randomly added to the app folder. The contents seem to be a subset of node_modules.
Once the folder appears, you cannot use tns run / build etc. Deleting the folder fixes these issues.
Why does tns_modules get created?
I am using TNS 3.1.3 on a Mac, this happened in 3.1.0 as well.
Regards,
Tarek
The text was updated successfully, but these errors were encountered: