We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As you can see here https://www.jsdelivr.com/package/npm/@inquirer/core?tab=files&path=dist%2Fcjs, it runs require("./lib/screen-manager.mjs") for importing modules.
require("./lib/screen-manager.mjs")
This might be related to:
.ts
Or we could consider other tools. For example https://github.com/egoist/tsup.
// Use CommonJS, and run this line const {input} = require('@inquirer/prompts');
The text was updated successfully, but these errors were encountered:
Also seeing this issue. Appreciate the quick fix @LitoMore
Sorry, something went wrong.
Thanks @LitoMore
The patch are released to NPM.
Successfully merging a pull request may close this issue.
As you can see here https://www.jsdelivr.com/package/npm/@inquirer/core?tab=files&path=dist%2Fcjs, it runs
require("./lib/screen-manager.mjs")
for importing modules.This might be related to:
.ts
microsoft/TypeScript#49462Or we could consider other tools. For example https://github.com/egoist/tsup.
How to reproduce
The text was updated successfully, but these errors were encountered: