From 604c3da9fedf1f4d996a774577c1d63724f4c441 Mon Sep 17 00:00:00 2001 From: EYHN Date: Thu, 2 Nov 2023 11:56:02 +0800 Subject: [PATCH] docs: change yarn version in BUILDING.md (#4811) --- docs/BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index e2fb6f350..d90d60965 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -43,7 +43,7 @@ Please follow the official guide at https://www.rust-lang.org/tools/install. ### Setup Node.js Environment -This setup requires modern yarn (currently `3.x`), run this if your yarn version is `1.x` +This setup requires modern yarn (currently `4.x`), run this if your yarn version is `1.x` Reference: [Yarn installation doc](https://yarnpkg.com/getting-started/install)