2 Commits
Author SHA1 Message Date
vhqtvnandvhqtvn 86f039d3fd fix(.nvmrc): use 'lts/*' so nvm can resolve it (#1300)
The repo's .nvmrc contained the literal string `lts`, which isn't a
valid nvm version specifier — running `nvm use` (or any tool that
respects .nvmrc) fails with "Version 'lts' not found". When that
happens, the shell falls back to whatever Node is on PATH, which
often doesn't meet vite's >= 20.19 / 22.12 requirement and silently
breaks the build.

`lts/*` is the canonical "latest LTS" specifier in nvm and resolves
correctly. Same intent, working syntax.

Co-authored-by: vhqtvn <8930337+vhqtvn@users.noreply.github.com>
2026-05-18 18:10:00 +03:00
Bohdan Triapitsyn 4b2edf7318 Initial public release 2025-12-07 19:32:53 +02:00