Skip to content

Commit

Permalink
docs/pnpm (#825)
Browse files Browse the repository at this point in the history
* docs: update pnpm version

* docs: fix link
  • Loading branch information
adamdehaven authored Oct 6, 2023
1 parent 3cbac13 commit 9247602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Be sure to familiarize yourself with the [Component Requirements](./docs/creatin
### Requirements

- [NodeJS >= 18.x](https://nodejs.org/en/download/)
- [pnpm 8.x](https://pnpm.io/installation) ([_Why pnpm?_](./docs/why-pnpm.md)). We recommend installing via the command shown here, substituting `8.5.1` with the latest `8.x` version: `curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.5.1 sh -`
- [pnpm 8.x](https://pnpm.io/installation) ([_Why pnpm?_](./docs/why-pnpm.md)). We recommend installing via the command shown here, substituting `8.6.12` with the version listed in the [`package.json > volta.pnpm` field](https://github.com/Kong/public-ui-components/blob/main/package.json). For example, for version `8.6.12` you would use the command `curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.6.12 sh -`

It is recommended to also _globally_ install [`lerna`](https://lerna.js.org/) with `pnpm` (though not absolutely required)

Expand Down

0 comments on commit 9247602

Please sign in to comment.