Skip to content

Feature request for node: prefer version declared in .nvmrc or .node-version files if none is provided in configuration #1365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gabrielso opened this issue May 21, 2025 · 0 comments

Comments

@gabrielso
Copy link

It's very common to find projects that declare the preferred Node.js version in a .nvmrc or .node-version file in the project root. There are many tools that look up for those files to set themselves up and this feature is not one of those, unfortunately.

It would be nice if this feature would try to define the desired version based on those files (in that order) if no version is provided via configuration before falling back to LTS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant