Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): update about pnpm with corepack + nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Oct 25, 2023
1 parent b9c4556 commit 0e27c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ In general, things we find useful when reviewing suggestions are:
```shell
git clone [email protected]:suspensive/react.git
```
2. Install relative packages. [We use pnpm v8. Install it please if need](https://pnpm.io/installation)
2. Please use the correct node version. You can use the version declared in [.nvmrc](https://github.com/suspensive/react/blob/main/.nvmrc). We strongly recommend [nvm](https://github.com/nvm-sh/nvm) to control local machine's node version easily. also We recommend [nvm's deeper shell integration](https://github.com/nvm-sh/nvm#deeper-shell-integration) too.
3. Install packages. [We use pnpm v8. Install pnpm with corepack please if you can](https://pnpm.io/installation#using-corepack). We recommend using corepack for pnpm to automatically use the version declared in the packageManager field of package.json.
```shell
pnpm install
```
Expand Down

0 comments on commit 0e27c42

Please sign in to comment.