Aube doesn't error on devEngines.packageManager.version mismatch
#1263
Replies: 1 comment
|
Thanks for the report. I confirmed this is a bug rather than the intended compatibility behavior. The earlier reply accurately described the implementation, but not the behavior we want. Aube will continue allowing PR #1269 fixes that distinction: the mismatch now fails even if the requested aube version is already installed, and AI-assisted — Tool: Codex; model: openai/gpt-5; version: unavailable. |
Uh oh!
There was an error while loading. Please reload this page.
If I have
aube@1.38.0installed and I've defineddevEnginesin my project'spackage.jsonwith a different version:{ "devEngines": { "packageManager": { "name": "aube", "version": "1.37.0", "onFail": "error" } } }aube -v(or any aube command) will not error, it prints the installed version:1.38.0 macos-arm64 (2026-08-07).Similar pnpm setup errors with:
aube doctorwill print the version fromdevEnginesthough:All reactions