docs: mention corepack, close #662
This commit is contained in:
parent
c3b2fa9274
commit
7ee3fe45eb
|
|
@ -96,7 +96,13 @@ If you have access, you are welcome to use the following methods to download and
|
|||
|
||||
If you are eligible to use Follow, you are welcome to join the open source community to build together.
|
||||
|
||||
Before you start, you need to install pnpm and then use it to install dependencies:
|
||||
Before you start, make sure you have enabled [Corepack](https://nodejs.org/api/corepack.html). Corepack makes sure you are using the correct version (`packageManager` field in `package.json`) for package manager when you run corresponding commands.
|
||||
|
||||
```sh
|
||||
corepack enable
|
||||
```
|
||||
|
||||
Install dependencies.
|
||||
|
||||
```sh
|
||||
pnpm install
|
||||
|
|
|
|||
Loading…
Reference in New Issue