We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cordova prepare
1 parent bfdb672 commit d40d961Copy full SHA for d40d961
packages/ionic/src/commands/cordova/prepare.ts
@@ -84,11 +84,6 @@ You may wish to use ${chalk.green('ionic cordova prepare')} if you run your proj
84
);
85
}
86
87
- } else {
88
- if (platforms.length === 0) {
89
- this.env.log.warn(`No platforms installed. See ${chalk.green('ionic cordova platform add --help')} to add Cordova platforms.`);
90
- return;
91
- }
92
93
94
const metadata = await this.getMetadata();
0 commit comments