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
To Reproduce
npm i -g nativescript@4
tns create newApp
Check the package.json of the newly created app. The core modules and runtimes should be compatible with the CLI (v4) but both of them are installed with their latest versions (v5).
The text was updated successfully, but these errors were encountered:
If you pass template version for template v2 it is not respected. Example: tns create testApp --template tns-template-hello-world@4.2 should create project with core modules and runtimes 4.2.x. The created template is with core modules and runtimes 5.0.0.
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):To Reproduce
npm i -g nativescript@4
tns create newApp
package.json
of the newly created app. The core modules and runtimes should be compatible with the CLI (v4) but both of them are installed with their latest versions (v5).The text was updated successfully, but these errors were encountered: