You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
MFarabi619
changed the title
docs(readme): use pnpm to mange node versions instead of nvm
docs(readme): use pnpm to manage node versions instead of nvm
Apr 30, 2025
Problem Statement
Current README encourages the use of nvm.
This is unneccessary, as the project uses pnpm, 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
The text was updated successfully, but these errors were encountered: