Browse Source

Update message

pull/2717/head
jlukic 9 years ago
parent
commit
71b8121d90
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/install.js

2
tasks/install.js

@ -406,7 +406,7 @@ gulp.task('clean up install', function() {
// Completion Message
if(installFolder) {
console.log('Install complete! Navigate to \033[92m' + answers.semanticRoot + '\033[0m and run "\033[92mgulp build\033[0m" to build');
console.log('Setup Complete. Installing Peer Dependencies. \n Please hold on a little longer... \n After completion navigate to \033[92m' + answers.semanticRoot + '\033[0m and run "\033[92mgulp build\033[0m" to build');
process.exit();
}
else {

Loading…
Cancel
Save