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
publicUNABLE_TO_MIGRATE_APP_ERROR="The project is not compatible with NativeScript 6.0";
11
-
publicMIGRATE_MESSAGE="";
9
+
// TODO: Update the links to blog post when it is available
10
+
privatestaticUNABLE_TO_MIGRATE_APP_ERROR=`The current application is not compatible with NativeScript CLI 6.0.
11
+
Use the \`tns migrate\` command to migrate the app dependencies to a form compatible with NativeScript 6.0.
12
+
Running this command will not affect the codebase of the application and you might need to do additional changes manually –
13
+
for more information, refer to the instructions in the following blog post: <link to blog post>.`;
14
+
privatestaticMIGRATE_FINISH_MESSAGE="The `tns migrate` command does not affect the codebase of the application and you might need to do additional changes manually – for more information, refer to the instructions in the following blog post: <link to blog post>.";
0 commit comments