FuelLabs / FuelLabs/docs-hub

docs(readme): use pnpm to manage node versions instead of nvm

Open
#681 0 comments 0 reactions 0 assignees View on GitHub
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).

![Image](https://github.com/user-attachments/assets/ddb75241-2a26-42a4-9982-a392ba41b48f)

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

![Image](https://github.com/user-attachments/assets/1d140668-8bb0-4383-adf7-fecacc23d00f)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.