From 7e218698920307453a5fd3f572a28bc766cc9d5b Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 7 Aug 2017 07:47:15 -0700 Subject: [PATCH] Attempting to fix install message --- tasks/config/project/install.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tasks/config/project/install.js b/tasks/config/project/install.js index 6d1a0bcc3..25b7e9dce 100644 --- a/tasks/config/project/install.js +++ b/tasks/config/project/install.js @@ -282,11 +282,10 @@ module.exports = { type : 'list', name : 'useRoot', message : - ' \n' + - ' {packageMessage} \n' + - ' \n' + - ' Is this your project folder?\n' + - ' \x1b[92m{root}\x1b[0m', + '{packageMessage} \n' + + '\n' + + 'Is this your project folder?\n' + + '{root}', choices: [ { name : 'Yes',