diff --git a/lib/commands/update.ts b/lib/commands/update.ts index c7bb8f1ec3..7c1cae5ccf 100644 --- a/lib/commands/update.ts +++ b/lib/commands/update.ts @@ -32,7 +32,8 @@ export class UpdateCommand implements ICommand { public async canExecute(args: string[]): Promise { const shouldMigrate = await this.$migrateController.shouldMigrate({ projectDir: this.$projectData.projectDir, - platforms: [this.$devicePlatformsConstants.Android, this.$devicePlatformsConstants.iOS] + platforms: [this.$devicePlatformsConstants.Android, this.$devicePlatformsConstants.iOS], + allowInvalidVersions: true }); if (shouldMigrate) {