Support use-node-version from .npmrc
Open
- Dominant language
- Shell
- Stars
- 989
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
Documented here: https://pnpm.io/npmrc#use-node-version
example:
```bash
use-node-version=22.9.0
```
since .npmrc is not a leagcy file, it should be supported out of the box, with no flags, no `.tool-versions` required.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the plugin's existing version-resolution entry point and compare it with the documented .npmrc use-node-version setting shown in the issue. The work is done when a project containing use-node-version=22.9.0 selects that Node.js version without flags or a .tool-versions file, with coverage for the documented example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, shell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100