From f62f83331cca72a8ebc8c2ab47594e4ddc9a1bf2 Mon Sep 17 00:00:00 2001 From: nasko25 Date: Fri, 1 Dec 2023 14:43:32 +0100 Subject: [PATCH] fix(README): Add version to lerna in the setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec7a2152c5..a3321199b3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Prerequisites: [Node (v16 LTS)](https://nodejs.org/en/download/) plus [Yarn](htt ```sh git clone https://github.com/gitcoinco/passport.git cd passport -npm install --global lerna +npm install --global lerna@^4.0.0 lerna init lerna bootstrap ```