Danny
Danny
I understood why the CommonJS example in import-esm-in-typescript-examples works correctly, as the tsconfig.json is set to transform CommonJS syntax into ESModule syntax. While attempting to address the import issue, I...
I got it. The issue was due to my use of nodeExternals, which by default marks inquirer-autocomplete-standalone as external, leading to the compiled code being converted to require when executed...
now [Inquirer#1267](https://github.com/SBoudrias/Inquirer.js/pull/1367) support it.
🙏 This requirement is very common; hope to continue following up.
By the way, my goal for this upgrade was to utilize the `createRelease` feature, but I couldn't find a comprehensive example workflow on the official website. If using GitHub Actions,...
"If I update Lerna from version 5.5.0 to 6.4.1, it works. But version 7.x+ does not work." ``` log > npx lerna version --loglevel=silly lerna sill argv { lerna sill...