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.3.4
Cross-platform modules: Not applicable
Android Runtime: Not applicable
iOS Runtime: Not applicable
Plugin(s): Not applicable
Describe the bug
Executing tns plugin create my-plugin command hangs.
To Reproduce
tns plugin create my-plugin
Answer the questions and CLI should create the plugin, however the command hangs.
Expected behavior
Command should work and create a plugin.
The text was updated successfully, but these errors were encountered:
There are new parameters required for plugin creation. To automate the process, you can add --includeTypeScriptDemo=y --includeAngularDemo=y to your command.
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
Executing
tns plugin create my-plugin
command hangs.To Reproduce
tns plugin create my-plugin
Expected behavior
Command should work and create a plugin.
The text was updated successfully, but these errors were encountered: