Skip to content

EYAS v0.8.22-beta — The door opens

Choose a tag to compare

@eyssen eyssen released this 03 Sep 20:20
· 1 commit to main since this release

[0.8.22-beta] - 2026-09-03 — The door opens

A knock got you native or Docker. The native path then died after a
successful-looking bun install: Vite could not find @vitejs/plugin-react,
because the UI is a nested package the root install never touches.

The door opens now: nested src/web deps, one retry if a package is still
missing, unlinked local editors skipped, and a public clone still builds a UI.

One-line installer

  • Native install now installs the nested frontend package. src/web has
    its own package.json and is not a bun workspace, so root bun install
    never put Vite or @vitejs/plugin-react on disk. The next step — bunx vite build — then died with Cannot find package '@vitejs/plugin-react' after
    a successful-looking root install. The installer (and eyas start /
    eyas update apply / the Docker image) now bun installs src/web first,
    retries the UI build once if a package is still missing, and skips link:
    deps that are not bun link-ed on this machine (the Saker editor) so a
    public clone still produces a UI.