You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tns run [<platform>] and tns debug <platform> commands have an option to watch for changes in node_modules directory. The option is called --sync-all-files, but it is not documented in the help of these commands.
Which platform(s) does your issue occur on?
iOS/Android/Both
Please provide the following version numbers that your issue occurs with:
CLI: (run tns --version to fetch it)
Cross-platform modules: (check the 'version' attribute in the node_modules/tns-core-modules/package.json file in your project)
Runtime(s): (look for the "tns-android" and "tns-ios" properties in the package.json file of your project)
Plugin(s): (look for the version number in the package.json file of your
project)
Please tell us how to recreate the issue in as much detail as possible.
Run any of:
$ tns help run
$ tns help run android
$ tns help run ios
$ tns run --help
$ tns run android --help
$ tns run ios --help
$ tns help debug android
$ tns help debug ios
$ tns debug android --help
$ tns debug ios --help
And you'll not find --sync-all-files flag.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No
The text was updated successfully, but these errors were encountered:
Tell us about the problem
tns run [<platform>]
andtns debug <platform>
commands have an option to watch for changes innode_modules
directory. The option is called--sync-all-files
, but it is not documented in the help of these commands.Which platform(s) does your issue occur on?
iOS/Android/Both
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.
Run any of:
$ tns help run
$ tns help run android
$ tns help run ios
$ tns run --help
$ tns run android --help
$ tns run ios --help
$ tns help debug android
$ tns help debug ios
$ tns debug android --help
$ tns debug ios --help
And you'll not find
--sync-all-files
flag.Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No
The text was updated successfully, but these errors were encountered: