Skip to content

Commit

Permalink
Remove colored output from install
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Aug 7, 2017
1 parent 11ee2c5 commit ba38080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.js
Expand Up @@ -170,7 +170,7 @@ if(currentConfig && manager.name === 'NPM') {
// PM that supports Build Tools (NPM Only Now)
if(manager.name == 'NPM') {
rootQuestions[0].message = rootQuestions[0].message
.replace('{packageMessage}', 'We detected you are using \x1b[92m' + manager.name + '\x1b[0m. Nice! ')
.replace('{packageMessage}', 'We detected you are using ' + manager.name + ' Nice!')
.replace('{root}', manager.root)
;
// set default path to detected PM root
Expand Down

0 comments on commit ba38080

Please sign in to comment.