Skip to content

Non-meaningful messages are printed in the default output #102

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 28, 2019 · 0 comments
Closed

Non-meaningful messages are printed in the default output #102

rosen-vladimirov opened this issue Feb 28, 2019 · 0 comments
Assignees
Labels

Comments

@rosen-vladimirov
Copy link
Contributor

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 5.2.0
  • Cross-platform modules: Not applicable
  • Android Runtime: Not applicable
  • iOS Runtime: Not applicable
  • Plugin(s): Not applicable

Describe the bug
Several messages are printed during tns run <platform> and tns run <platform> --bundle which do not give any useful information to the users. Such messages are:
Hook skipped because bundling is in progress. when running tns run <platform>
Found peer node-sass when calling tns run <platform>

To Reproduce

  1. tns create myApp --template tns-template-drawer-navigation

  2. cd myApp

  3. tns run <platform> --bundle
    You'll see Hook skipped because bundling is in progress.

  4. tns create myApp --ts

  5. cd myApp

  6. tns run <platform>

You'll see Found peer node-sass

Expected behavior
Output should contain only relevant messages. The specified messages should be visible only when --log trace is passed to CLI commands.

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

No branches or pull requests

2 participants