EYAS v0.8.22-beta — The door opens
[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/webhas
its ownpackage.jsonand is not a bun workspace, so rootbun install
never put Vite or@vitejs/plugin-reacton disk. The next step —bunx vite build— then died withCannot find package '@vitejs/plugin-react'after
a successful-looking root install. The installer (andeyas start/
eyas update apply/ the Docker image) nowbun installssrc/webfirst,
retries the UI build once if a package is still missing, and skipslink:
deps that are notbun link-ed on this machine (the Saker editor) so a
public clone still produces a UI.