chore: add a different way for pnpm to manage nodejs version, because users may not want to download other packages. (#4786)

* docs: add a way for pnpm to manage nodejs version

* docs: add a way for pnpm to manage nodejs version

---------

Co-authored-by: liliang18 <liliang18@tal.com>
This commit is contained in:
Arthur Darkstone
2024-11-02 14:18:56 +08:00
committed by GitHub
parent f78cc319ab
commit 566f357dfa
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ outline: deep
Before starting the project, ensure that your environment meets the following requirements:
- [Node.js](https://nodejs.org/en) version 20 or above. It is recommended to use [fnm](https://github.com/Schniz/fnm) or [nvm](https://github.com/nvm-sh/nvm) for version management.
- [Node.js](https://nodejs.org/en) version 20.15.0 or above. It is recommended to use [fnm](https://github.com/Schniz/fnm), [nvm](https://github.com/nvm-sh/nvm), or directly use [pnpm](https://pnpm.io/cli/env) for version management.
- [Git](https://git-scm.com/) any version.
To verify if your environment meets the above requirements, you can check the versions using the following commands: