Opus finding
vitest pinned to non-existent major version 4
highbuild-releasehigh
- package.json:21
Vitest's published majors are 0.x, 1.x, 2.x, 3.x; there is no vitest@^4.1.5 release. `npm install` will fail, which means `npm test` (the `test` script invokes `vitest run`) cannot work in this template or in any fork.
Recommendation
Pin vitest to a real range (e.g. ^2.1.0 or ^3.0.0) and confirm tests run.