Skip to content

Commit b8836ce

Browse files
Brian MadisonBrian Madison
authored andcommitted
another inquirer default addition missed, maybe this will fix windows issues also
1 parent c7fcf16 commit b8836ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/commands/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const chalk = require('chalk');
22
const path = require('node:path');
3-
const inquirer = require('inquirer');
3+
const inquirer = require('inquirer').default || require('inquirer');
44
const { Installer } = require('../installers/lib/core/installer');
55
const { UI } = require('../lib/ui');
66

0 commit comments

Comments
 (0)