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
// TODO: Update the links to blog post when it is available
10
+
privatestaticCOMMON_MIGRATE_MESSAGE="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>.";
10
11
privatestaticUNABLE_TO_MIGRATE_APP_ERROR=`The current application is not compatible with NativeScript CLI 6.0.
11
12
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>.";
13
+
Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
14
+
privatestaticMIGRATE_FINISH_MESSAGE=`The \`tns migrate\` command does ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
15
15
16
16
constructor(
17
17
protected$fs: IFileSystem,
@@ -390,7 +390,7 @@ for more information, refer to the instructions in the following blog post: <lin
0 commit comments