Hacker News new | ask | show | jobs
by cuuupid 332 days ago
Sounds very nice but doesn't seem to support Node v22 :/

``` Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/cupid/.bun/install/global/node_modules/yargs/index.mjs not supported. ```

Is there a GitHub or similar where issues can be reported?

1 comments

Not yet, but following the comments on this post I will likely open source the codebase. It will help to both improve trust in the product and provide a place to report issues publicly.

This seems like a yargs compatibility issue (I kind of expected it to be problematic), I will probably switch to commander to handle CLI.