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 5f2be6f commit 0c3ceb5Copy full SHA for 0c3ceb5
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.');
+ 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.');
63
}
64
} catch (ex) {
65
return fail(ex, 'package');
0 commit comments