docs(readme): use pnpm to manage node versions instead of nvm
- Dominant language
- TypeScript
- Stars
- 124
- Forks
- 78
- Avg merge
- 22h 9m
- Merged PRs (30d)
- 6
Description
## Problem Statement
Current README encourages the use of [nvm](https://github.com/nvm-sh/nvm).

This is unneccessary, as the project uses [pnpm](https://pnpm.io), which is already capable of managing node versions via `pnpm env use --global ...` since version 6.
## Proposed Solution
Explore pnpm to manage node versions instead of nvm, and update readme accordingly.
https://pnpm.io/cli/env

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the README section that currently recommends nvm, then review pnpm's env command documentation at https://pnpm.io/cli/env. Done means the README explains how to manage the project's Node.js version with pnpm instead of nvm and no longer directs users to the old workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100