mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
No issue number: Update front-end Readme (#1935)
* Addresses `nvm` install
This commit is contained in:
parent
3bed8ef70b
commit
0569dc9f0f
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue