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: 4.2.4
Cross-platform modules: Not applicable
Android Runtime: Not applicable
iOS Runtime: Not applicable
Plugin(s): Not applicable, but more visible in case you have a lot of node_modules.
Describe the bug
The first run of the project installs the native platform and prepares node_modules, i.e. copies them to platforms dir. However, this is done twice, which slows down the initial preparation.
To Reproduce
tns create myApp --template tns-template-master-detail-ng
cd myApp
tns run <platform>
No actual way to detect it, but visible when you look at the code.
Expected behavior
Prepare node_modules only once.
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):node_modules
.Describe the bug
The first run of the project installs the native platform and prepares node_modules, i.e. copies them to platforms dir. However, this is done twice, which slows down the initial preparation.
To Reproduce
No actual way to detect it, but visible when you look at the code.
Expected behavior
Prepare
node_modules
only once.The text was updated successfully, but these errors were encountered: