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.
1 parent 0c3ceb5 commit 271f2f9Copy full SHA for 271f2f9
lib/ionic/package.js
@@ -59,7 +59,7 @@ function run(ionic, argv) {
59
appId = project.get('app_id');
60
61
if (!appId) {
62
- throw new Error('Missing Ionic App ID. Please make sure to upload your app or set your app_id in the ionic.config.json file.');
+ throw new Error('Missing Ionic App ID. Make sure to run "ionic upload" first or set your app_id in the ionic.config.json file.');
63
}
64
} catch (ex) {
65
return fail(ex, 'package');
0 commit comments