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
+1-1
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ export class MigrateController
337
337
});
338
338
if(shouldMigrate){
339
339
this.$errors.fail(
340
-
`The current application is not compatible with NativeScript CLI 7.0.\n\nRun 'ns migrate' to migrate your project to NativeScript 7.\n\nAlternatively you may try running it with '--force' to skip this check.`
340
+
`The current application is not compatible with NativeScript CLI 8.0.\n\nRun 'ns migrate' to migrate your project to NativeScript 7.\n\nAlternatively you may try running it with '--force' to skip this check.`
Copy file name to clipboardExpand all lines: lib/services/project-config-service.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ export default {
89
89
return;
90
90
}
91
91
this.$logger.warn(
92
-
`You are using the deprecated ${CONFIG_NS_FILE_NAME} file. Just be aware that NativeScript 7 has an improved ${CONFIG_FILE_NAME_DISPLAY} file for when you're ready to upgrade this project.`
92
+
`You are using the deprecated ${CONFIG_NS_FILE_NAME} file. Just be aware that NativeScript 8 has an improved ${CONFIG_FILE_NAME_DISPLAY} file for when you're ready to upgrade this project.`
0 commit comments