+Omitting both `node-version` and `node-version-file` leaves the session without an override. With the Vite+ Node.js manager enabled, its shims search the current directory and its parents for `.node-version`, `package.json#devEngines.runtime`, `package.json#engines.node`, and `.nvmrc`, in that order. If the project does not declare a version, Vite+ uses the user-level default. Set this default with `vp env default <version>`. Vite+ stores this setting under `VP_HOME` (`~/.vite-plus` by default). If no user-level default exists, Vite+ uses the latest LTS release.
0 commit comments