From 59cb1254352d64df45c55276e860df25cc63f8fc Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 11 May 2022 11:31:59 +0530 Subject: [PATCH] chore: i'll kill someone for this shit --- src/commands/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/init.js b/src/commands/init.js index eb8c137..598c338 100644 --- a/src/commands/init.js +++ b/src/commands/init.js @@ -65,7 +65,7 @@ export async function init({ flags }) { const chosen = await prompt([which_manager]); choice = chosen.manager; } else choice = pm; - // await installDeps(choice, data.name); + await installDeps(choice, data.name); await editMain(data.name); await editDirs(data.main_dir, data.cmds_dir, data.name); }