The Starter Template (this repo) is not compatible with NativeScript 6.x.
A project created using the template fails to run indicating that migration to NativeScript 6 is need using "tns migrate".
After migration, the project fails to run using the Preview option "tns preview".
Steps to reproduce
- Create project using the following command:
tns create testapp --template tns-template-master-detail-progress-ng
- Run the project using Preview:
tns preview
Notice that the a message indicating the application is not compatible with NativeScript CLI 6.0 is shown.

The project still fails to run with "tns preview" after migration.
Related links:
The Starter Template (this repo) is not compatible with NativeScript 6.x.
A project created using the template fails to run indicating that migration to NativeScript 6 is need using "tns migrate".
After migration, the project fails to run using the Preview option "tns preview".
Steps to reproduce
tns create testapp --template tns-template-master-detail-progress-ngtns previewNotice that the a message indicating the application is not compatible with NativeScript CLI 6.0 is shown.
The project still fails to run with "tns preview" after migration.
Related links: