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
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
@@ -92,7 +92,7 @@ Setup.sassSetup = function sassSetup(appDirectory) {
92
92
varq=Q.defer();
93
93
94
94
if(!Utils.gulpInstalledGlobally()){
95
-
vargulpMessage=['You have specified Ionic CLI to set up sass.'.red,'\n','However, you do not have Gulp installed globally. Please run '.red,'`npm install -g gulp`'.green].join('');
95
+
vargulpMessage=['You have specified Ionic CLI to set up sass.'.red,'\n','However, you do not have Gulp installed globally. Please run '.red,'`npm install -g gulp`'.green].join('');
96
96
logging.logger.info(gulpMessage);
97
97
returnQ(gulpMessage);
98
98
}
@@ -227,7 +227,7 @@ Setup.setupFacebook = function setupFacebook(appDirectory) {
227
227
varinstallMessage=['The Facebook plugin will be setup.\nYou will now be prompted for your App ID and Name.\nGet these settings from:',facebookAppUrl].join(' ');
0 commit comments