On Windows, Blackbox CLI v2 installs successfully but fails at runtime when executing blackbox configure.
The CLI attempts to load @blackbox_ai/blackbox-cli-core, but the installed package directory is named core, not @blackbox_ai/blackbox-cli-core. This causes Node’s module resolution to fail every time.
Reinstalling does not resolve the issue.
On Windows,
Blackbox CLI v2 installs successfully but failsat runtime when executing blackbox configure.The CLI attempts to load
@blackbox_ai/blackbox-cli-core,but the installed package directory is named core, not @blackbox_ai/blackbox-cli-core. This causes Node’s module resolution to fail every time.Reinstalling does not resolve the issue.