Description
I suggest that Vite Plus support the devEngines field.
I use pnpm as both my package manager and Node manager. Since pnpm added support for devEngines.runtime, I’ve been managing my project’s Node version through this field.
Currently, Vite Plus relies on non-standard solutions like the packageManager field or .node-version file. I recommend adopting the general devEngines field for better consistency and interoperability.
Suggested solution
- Support
devEngines.runtime for Node version management
- Support
devEngines.packageManager to declare the package manager
Alternative
No response
Additional context
Validations
Description
I suggest that Vite Plus support the
devEnginesfield.I use pnpm as both my package manager and Node manager. Since pnpm added support for
devEngines.runtime, I’ve been managing my project’s Node version through this field.Currently, Vite Plus relies on non-standard solutions like the
packageManagerfield or.node-versionfile. I recommend adopting the generaldevEnginesfield for better consistency and interoperability.Suggested solution
devEngines.runtimefor Node version managementdevEngines.packageManagerto declare the package managerAlternative
No response
Additional context
devEngines.runtimedevEnginesin package.jsonValidations