mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(create-discord-bot): inherit stdio when installing deps (#9543)
This commit is contained in:
@@ -60,5 +60,8 @@ export function install(packageManager: PackageManager) {
|
||||
}
|
||||
|
||||
console.log(`Installing dependencies with ${packageManager}...`);
|
||||
execSync(installCommand);
|
||||
|
||||
execSync(installCommand, {
|
||||
stdio: 'inherit',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user