From e57279148eee9682112764a9bc1551d84d3064a0 Mon Sep 17 00:00:00 2001 From: Leif Singer Date: Wed, 12 Apr 2023 23:34:38 +0200 Subject: [PATCH] Getting started: install pnpm@7 until we've sorted out upgrading it (#37689) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a16ac1fbde5..82c5b0bc551 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To get up and running within the WooCommerce Monorepo, you will need to make sur ### Prerequisites * [NVM](https://github.com/nvm-sh/nvm#installing-and-updating): While you can always install Node through other means, we recommend using NVM to ensure you're aligned with the version used by our development teams. Our repository contains [an `.nvmrc` file](.nvmrc) which helps ensure you are using the correct version of Node. -* [PNPM](https://pnpm.io/installation): Our repository utilizes PNPM to manage project dependencies and run various scripts involved in building and testing projects. +* [PNPM](https://pnpm.io/installation): Our repository utilizes PNPM to manage project dependencies and run various scripts involved in building and testing projects. Until the repository tooling has been updated to support PNPM 8, install PNPM 7 like so: `npm install pnpm@7 --global` * [PHP 7.2+](https://www.php.net/manual/en/install.php): WooCommerce Core currently features a minimum PHP version of 7.2. It is also needed to run Composer and various project build scripts. * [Composer](https://getcomposer.org/doc/00-intro.md): We use Composer to manage all of the dependencies for PHP packages and plugins.