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
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>
tns run <platform> --bundle
You'll see Hook skipped because bundling is in progress.
tns create myApp --ts
cd myApp
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.
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Several messages are printed during
tns run <platform>
andtns run <platform> --bundle
which do not give any useful information to the users. Such messages are:Hook skipped because bundling is in progress.
when runningtns run <platform>
Found peer node-sass
when callingtns run <platform>
To Reproduce
tns create myApp --template tns-template-drawer-navigation
cd myApp
tns run <platform> --bundle
You'll see
Hook skipped because bundling is in progress.
tns create myApp --ts
cd myApp
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.The text was updated successfully, but these errors were encountered: