From 0569dc9f0f1729be934084afe9e295dabeda33b1 Mon Sep 17 00:00:00 2001 From: Lucas Merrill Brown Date: Thu, 6 Oct 2022 10:27:21 -0400 Subject: [PATCH] No issue number: Update front-end Readme (#1935) * Addresses `nvm` install --- client/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/README.md b/client/README.md index 78fe76fd..48b8d7e3 100644 --- a/client/README.md +++ b/client/README.md @@ -30,7 +30,7 @@ Once you install NVM, don't forget to install Node! This is included in the link After you've downloaded the nvm and the latest node (using the above steps) also install node version 14 by: -`brew install node@14` +`nvm install 14` You should then be able to switch to that version of node by: @@ -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.