From e148f404179f92df545028642851308a72996b4b Mon Sep 17 00:00:00 2001 From: lucasmbrown-usds Date: Tue, 27 Sep 2022 21:06:16 -0400 Subject: [PATCH] line space --- client/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/README.md b/client/README.md index 4467d4a69..48b8d7e3f 100644 --- a/client/README.md +++ b/client/README.md @@ -41,6 +41,7 @@ To validate you are using node 14, type: `node -v` This should return *Now using node 14.x.x (npm v6.x.x)* + #### Install Yarn Install yarn if you do not have it yet. Open your terminal and run `sudo npm install -global yarn`. This works on MacOS and Win10. To confirm it is installed, run `yarn -v`. A version number should be returned.