Skip to content

Document --sync-all-files flag #3361

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

Closed
rosen-vladimirov opened this issue Feb 9, 2018 · 0 comments
Closed

Document --sync-all-files flag #3361

rosen-vladimirov opened this issue Feb 9, 2018 · 0 comments
Assignees
Milestone

Comments

@rosen-vladimirov
Copy link
Contributor

Tell us about the problem

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:

  1. $ tns help run
  2. $ tns help run android
  3. $ tns help run ios
  4. $ tns run --help
  5. $ tns run android --help
  6. $ tns run ios --help
  7. $ tns help debug android
  8. $ tns help debug ios
  9. $ tns debug android --help
  10. $ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants