-
-
Notifications
You must be signed in to change notification settings - Fork 197
Many - "file change detected. Starting incremental compilation.... " #3687
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
Fixes NativeScript/nativescript-cli#3687 When `tns run android` command is executed, a typescript watcher is started. When project is prepared {N} CLI moves all files in platforms directory. This triggers a typescript watcher to print `File change detected. Starting incremental compilation...` message many times. This PR hides all messages from typescript compiler except errors. So the user will see only typescript errors. Actually when the command is executed with --log trace option, all messages from typescript compiler will be printed.
Hi @RoyiNamir, Thank you for reporting this issue. We've investigated the problem and fixed it. The fix will be released in next version of |
@Fatme Thank you for your quick response. Can you please reference the change in code ? |
Probably related with #3547, will confirm after the next release including the fix is launched. |
Hi @RoyiNamir, Sorry for late reply. The change is inside |
@Fatme @miroslavaivanova Hi. |
Using the latest version ( 4.1 & Angular 6 , on Windows 10 , webpack 0.13) -
Is causing many repeated messages :
(finally succeeding).
The text was updated successfully, but these errors were encountered: