From 7121b57d779f19bf3efca3ad3ce2ad56ece1e3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=87=AF?= Date: Mon, 4 Nov 2024 17:41:41 +0800 Subject: [PATCH] docs: describes the pnpm version for debugging source code (#18769) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9765c078db..07d705e998 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,8 @@ You should be having: NodeJS >= 18 +Pnpm >= 9.5 + Git > v2.20 Some of our compiling code used syntax that introduced in NodeJS>18 so you will be need to install that in advance.