From 06725c6eea1accf6baf2740eee6c47ed346353c4 Mon Sep 17 00:00:00 2001 From: wentokay <101902546+wentokay@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:42:30 -0700 Subject: [PATCH] remove yarn v1 message from readme (#3438) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 264586455..f8defcc2b 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,6 @@ You can also optionally rename `.env.example` to `.env` and set your own variabl yarn install ``` -Note: yarn `^1.22.17` is required but this is sometimes ignored by more recent versions of yarn while installing, so if you have any issues make sure to manually check you are using v1 with `yarn -v` - ### Build all packages for production ```bash