From ba38080a51cab4f365a6565abeed6c6bf22fbc5c Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 7 Aug 2017 07:53:34 -0700 Subject: [PATCH] Remove colored output from install --- tasks/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.js b/tasks/install.js index d4c2d3009..d77c96369 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -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