Skip to content

Commit

Permalink
Update version of pnpm to use in README (saleor#821)
Browse files Browse the repository at this point in the history
This PR updates version of `pnpm` showcased in README so that it matches
our configuration in `pacakge.json`
  • Loading branch information
witoszekdev authored Apr 20, 2023
1 parent cf628ed commit d6b2514
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,13 @@ saleor storefront create
First install [`pnpm`](https://pnpm.io/) (an alternative to `npm`, focused on performance) globally:

```
npm install -g pnpm
npm install -g pnpm@7.11.0
```

> **Note**
>
> `react-storefront` requires version 7.11.0 of pnpm to run properly, using newer versions won't work
Then install dependencies:

```
Expand Down

0 comments on commit d6b2514

Please sign in to comment.