Replies: 19 comments 22 replies
-
|
version: published v1.2.1
example: I was trying to see "how can I configure the min package install time without looking at the website"? |
Beta Was this translation helpful? Give feedback.
-
|
version: published v1.2.1 https git urls (maybe other types too) are 1) misinterpreted as shorthashes even when fully specified, and then 2) are not considered matching: the entry in package.json: Changing the entry in package.json to use the shorthash gets past it at that phase, but then it breaks later on: (I think this is a relatively recent regression) |
Beta Was this translation helpful? Give feedback.
-
|
postinstall bug related to bun -> aube, I think might be a recent regression after 1.1, or I just didn't notice it before due to a warm cache: Aube install after Bun minimal repro
|
Beta Was this translation helpful? Give feedback.
-
|
From time to time I see The error always includes name of a package which fails to fetch. This is changing, but it is always a larger package with native binaries. I have seen: Can be the problem was introduced with v1.1.0, but that might be incorrect conclusion. I had only few runs on v1.0.0. These worked without errors. |
Beta Was this translation helpful? Give feedback.
-
|
In an npm managed repo (https://github.com/siemens/element) I get: |
Beta Was this translation helpful? Give feedback.
-
npm workspace symlinks missingWith npm workspaces in repo https://github.com/siemens/element With npm: With aube: |
Beta Was this translation helpful? Give feedback.
-
install: tarball extraction rejects POSIX-valid filenames containing colonsaube install aborts on tarballs whose entries contain a colon in the filename, but colons are valid characters on POSIX filesystems and these tarballs install cleanly under npm, pnpm, and yarn. Minimal reproductionExpectedInstall completes (as it does with npm install). Actual |
Beta Was this translation helpful? Give feedback.
-
|
I'll start using this thread instead of opening new discussions. Earlier you fixed |
Beta Was this translation helpful? Give feedback.
-
|
https://github.com/johnpyp/aube-bun-lock-scoped-entry-repro
(GPT 5.5 made a minimal repro an issue I encountered in my prod monorepo) |
Beta Was this translation helpful? Give feedback.
-
|
UX: semantics of
iiuc, though I haven't used pnpm in years, aube is currently acting the same way pnpm does, right? maybe that's a worthwhile tradeoff, though I do think bun's semantics here are a lot more intuitive. In bun, (bun also does overload |
Beta Was this translation helpful? Give feedback.
-
|
Ecosystem support: it would be great to get aube + aube lockfile + aube-workspace.yaml supported in turborepo secondarily (much less popular atm), Vite+ |
Beta Was this translation helpful? Give feedback.
-
|
Peer resolution issue: https://github.com/johnpyp/2026-05-03-aube-vite-peer-variant-repro When a workspace package dependency declares a peer range and that peer isn't available in the package's dependencies, both bun and pnpm are willing to expand the acceptable range. Aube instead looks for other available versions in the repo (e.g in the workspace root) it seems. Noticed as real breakage vs bun in my monorepo. |
Beta Was this translation helpful? Give feedback.
-
|
running |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
I would love to be able to pass Might be there is another easy solution. I struggle to figure it out. |
Beta Was this translation helpful? Give feedback.
-
|
Every time aube touches yaml, it destroys formatting and comments. I can "fix" this with LLMs, but it makes things like |
Beta Was this translation helpful? Give feedback.
-
|
Found a bug with https://github.com/stevelandeydescript/aube-bug-repros/tree/main/lifecycle-script-wrong-cwd |
Beta Was this translation helpful? Give feedback.
-
|
Again with https://github.com/siemens/element. Now |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A rolling list of small bite-sized feedback as I find pain points :)
One comment per thing/category
Beta Was this translation helpful? Give feedback.
All reactions