Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with inquirer 9.x #23

Open
YannickBochatay opened this issue Apr 17, 2024 · 1 comment
Open

Incompatibility with inquirer 9.x #23

YannickBochatay opened this issue Apr 17, 2024 · 1 comment

Comments

@YannickBochatay
Copy link

Since inquirer is now a native Node ECMAScript module, inquirer-checkbox-plus-prompt plugin crashes with the following error :

Error [ERR_REQUIRE_ESM]: require() of ES Module node_modules\inquirer\lib\prompts\base.js from node_modules\inquirer-checkbox-plus-prompt\index.js not supported.
Instead change the require of base.js in node_modules\inquirer-checkbox-plus-prompt\index.js to a dynamic import() which is available in all CommonJS modules.

@Mayhem93
Copy link

You can't even install it due to being unable to resolve peer dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants