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:
Cross-platform modules:
Android Runtime:
iOS Runtime:
Plugin(s):
Describe the bug
When you try tns package-manager --help you receive an error:
/Users/vladimirov/.nvm/versions/node/v10.18.1/bin/tns package-manager --help
Unknown command 'package-manager'. Try '$ tns help' for a full list of supported commands.
It is not a big deal, except for the case when CLI itself tells you to run this command. In case you try tns package-manager you receive:
The input is not valid sub-command for 'package-manager' command.
Run 'tns package-manager --help' for more information.
To Reproduce tns package-manager --help
Expected behavior
Print the help of tns package-manager get command or some other useful information.
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
When you try
tns package-manager --help
you receive an error:It is not a big deal, except for the case when CLI itself tells you to run this command. In case you try
tns package-manager
you receive:To Reproduce
tns package-manager --help
Expected behavior
Print the help of tns package-manager get command or some other useful information.
The text was updated successfully, but these errors were encountered: