We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18e1c2 commit d44b1beCopy full SHA for d44b1be
index.mjs
@@ -6,7 +6,7 @@ console.log(`You can choose 'y' for YES or 'n' for NO to decide about each insta
6
await sleep(1000);
7
let shouldProceed = await question('Do you want to proceed? (y/n) ');
8
if (shouldProceed === 'y' || shouldProceed === 'yes') {
9
- console.log(`The ${shouldProceed} is the best kind of bear.`);
+ console.log(`Thank you for your choice. Installation process will start now. \n\n`);
10
11
console.log(`Installing packages...`);
12
setup-node.sh
0 commit comments