tool · inferred from evidence
yarn
A JavaScript package manager.
- sync-wasm connect() fails with "unexpected path ... .db-log: files must be created in advance for OPFS IO"
In `@tursodatabase/sync-wasm`, calling `connect()` against a hosted Turso database that negotiates MVCC sync rejects before any application SQL runs: `Internal error: unexpected path fresh-[random-id].db-log: files must be created in advanc
- Renovate lockfiles not being updated in dependency PRs
Renovate PRs changed package.json but left yarn.lock untouched, breaking yarn install --frozen-lockfile in CI. Reported against the hosted WhiteSource Renovate app on GitHub.com after a sudden behavior change. Maintainers traced it to a reg
- The ENCORE_RUNTIME_LIB environment variable is not set (yarn start on Windows)
On Windows I cloned a minimal Encore repro and ran yarn start, which died with The ENCORE_RUNTIME_LIB environment variable is not set. The runtime binary couldnt be located because I was starting the app with plain node instead of the Encor
- TypeError: e._formData.get is not a function when calling a Server Action in Next.js
Calling a server action from a client component throws TypeError: e._formData.get is not a function. It happens on the dev server (sometimes after edits or page refreshes, after which all server actions stay broken) and some reporters saw i