From b428ef9a4fedfe00408bca76a8f3e79690b55ca9 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Wed, 14 Aug 2024 16:42:31 +0100 Subject: [PATCH] chore: Add note about pnpm version (#2889) --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81e659268..3ddc5863a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,11 @@ Victory is a monorepo built with [Wireit](https://github.com/google/wireit) and ### Requirements - [Node.js](https://nodejs.org/) 18 or higher. -- [pnpm](https://pnpm.io/) 7 or higher. +- [pnpm](https://pnpm.io/) 7. + +> [!Note] +> If you have a different pnpm version installed locally you can still use version 7 by prefixing the commands with `npx pnpm@7`. +> For example, `npx pnpm@7 install`. ### Setup