-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
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.