pkg is no longer maintained and blocks us from upgrading dependencies. Specifically, pkg@5.8.1 (the latest version) only supports Node 18, which prevents us from upgrading to Commander 15.
We need a bundler that can replace pkg with these requirements:
- Bundles standalone executables for Windows (x64) and Linux (x64) that don't require Node.js to be installed
- Supports recent Node.js versions (22+)
- Optional: Works with CommonJS projects (our codebase currently uses
require, but we could change that)
pkg is no longer maintained and blocks us from upgrading dependencies. Specifically, pkg@5.8.1 (the latest version) only supports Node 18, which prevents us from upgrading to Commander 15.
We need a bundler that can replace pkg with these requirements:
require, but we could change that)