No issue number: Update front-end Readme (#1935)

* Addresses `nvm` install
This commit is contained in:
Lucas Merrill Brown 2022-10-06 10:27:21 -04:00 committed by GitHub
parent 3bed8ef70b
commit 0569dc9f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: 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: 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` `node -v`
This should return *Now using node 14.x.x (npm v6.x.x)* This should return *Now using node 14.x.x (npm v6.x.x)*
#### Install Yarn #### 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. 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.