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
Copy file name to clipboardExpand all lines: tasks/install.js
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -421,12 +421,13 @@ installer = function (callback) {
421
421
422
422
});
423
423
424
-
task('clean up install',function(){
424
+
task('clean up install',function(callback){
425
425
426
426
// Completion Message
427
427
if(installFolder&&!install.shouldAutoInstall()){
428
428
console.log('\n Setup Complete! \n Installing Peer Dependencies. \x1b[0;31mPlease refrain from ctrl + c\x1b[0m... \n After completion navigate to \x1b[92m'+answers.semanticRoot+'\x1b[0m and run "\x1b[92mgulp build\x1b[0m" to build');
0 commit comments