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
this.fail(`You are missing the ${constants.NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension and you will not be able to execute cloud builds. Your environment is not configured properly and you will not be able to execute local builds. To continue, choose one of the following options: `+EOL
36
-
+"Run $ tns setup command to run the setup script to try to automatically configure your environment for local builds."+EOL
37
-
+`Run $ tns cloud setup command to install the ${constants.NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension to configure your environment for cloud builds.`+EOL
38
-
+`Verify that your environment is configured according to the system requirements described at ${this.$staticConfig.SYS_REQUIREMENTS_LINK}`);
this.$logger.info(`You are missing the ${constants.NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension and you will not be able to execute cloud builds. Your environment is not configured properly and you will not be able to execute local builds. `+EOL
38
+
this.$logger.info(``+EOL
42
39
+`Select "Configure for Cloud Builds" to install the ${constants.NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension and automatically configure your environment for cloud builds.`+EOL
43
40
+`Select "Configure for Local Builds" to run the setup script and automatically configure your environment for local builds.`
44
41
+`Select "Configure for Both Local and Cloud Builds" to automatically configure your environment for both options.`
@@ -100,7 +97,7 @@ export class PlatformEnvironmentRequirements implements IPlatformEnvironmentRequ
return`In order to test your application use the $ tns login command to log in with your account and then $ tns cloud build command to build your app in the cloud.`;
@@ -136,5 +133,19 @@ export class PlatformEnvironmentRequirements implements IPlatformEnvironmentRequ
return`You are missing the ${constants.NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension and you will not be able to execute cloud builds. Your environment is not configured properly and you will not be able to execute local builds. To continue, choose one of the following options: `+EOL
140
+
+"Run $ tns setup command to run the setup script to try to automatically configure your environment for local builds."+EOL
141
+
+`Run $ tns cloud setup command to install the ${constants.NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension to configure your environment for cloud builds.`+EOL
142
+
+`Verify that your environment is configured according to the system requirements described at ${this.$staticConfig.SYS_REQUIREMENTS_LINK}.`
143
+
}
144
+
145
+
return`Your environment is not configured properly and you will not be able to execute local builds. To continue, choose one of the following options: `+EOL
146
+
+"Run $ tns setup command to run the setup script to try to automatically configure your environment for local builds."+EOL
147
+
+`${this.getCloudBuildsMessage(platform)}`+EOL
148
+
+`Verify that your environment is configured according to the system requirements described at ${this.$staticConfig.SYS_REQUIREMENTS_LINK}.`;
0 commit comments