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.1.0
Cross-platform modules: Not applicable
Android Runtime: Not applicable
iOS Runtime: Not applicable
Plugin(s): Not applicable
Describe the bug
When yarn is set as package manager, tns create ... command hangs on Windows.
To Reproduce
Execute on Windows
tns package-manager set yarn
tns create myApp --js
The command will hang.
Expected behavior
The command should create project.
Sample project
Additional context
Other commands will probably hang as well, for example tns platform add ... , first tns run, etc.
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 yarn is set as package manager,
tns create ...
command hangs on Windows.To Reproduce
Execute on Windows
tns package-manager set yarn
tns create myApp --js
The command will hang.
Expected behavior
The command should create project.
Sample project
Additional context
Other commands will probably hang as well, for example
tns platform add ...
, firsttns run
, etc.The text was updated successfully, but these errors were encountered: