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
Copy file name to clipboardExpand all lines: lib/controllers/migrate-controller.ts
+23-33
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ export class MigrateController
39
39
implementsIMigrateController{
40
40
privatestaticCOMMON_MIGRATE_MESSAGE=
41
41
"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: https://www.nativescript.org/blog/nativescript-6.0-application-migration";
42
-
privatestaticUNABLE_TO_MIGRATE_APP_ERROR=`The current application is not compatible with NativeScript CLI 6.0.
43
-
Use the \`tns migrate\` command to migrate the app dependencies to a form compatible with NativeScript 6.0.
42
+
privatestaticUNABLE_TO_MIGRATE_APP_ERROR=`The current application is not compatible with NativeScript CLI 7.0.
43
+
Use the \`ns migrate\` command to migrate the app dependencies to a form compatible with NativeScript 7.0.
44
44
Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
45
45
privatestaticMIGRATE_FINISH_MESSAGE=`The \`tns migrate\` command does ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
46
46
@@ -133,15 +133,15 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
0 commit comments