File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ Start here to build this project or to contribute to this repo.
37
37
### Prerequisites
38
38
You will need the following tools:
39
39
- [ nvm] ( https://github.com/nvm-sh/nvm#installing-and-updating )
40
- - [ nodeJS] ( https://www.w3schools.com/nodejs/nodejs_intro.asp )
40
+ - [ nodeJS] ( https://www.w3schools.com/nodejs/nodejs_intro.asp )
41
41
Install ` node ` using ` nvm ` . In the root of this repo:
42
42
``` bash
43
43
nvm install
44
44
```
45
45
This will automagically install and use the correct version of ` node` for this project, as defined in the [` .nvmrc` ](./.nvmrc) file.
46
- - [yarn](https://yarnpkg.com) version 1
46
+ - [yarn](https://yarnpkg.com) version 1
47
47
The easiest way to install this is using ` npm` , which is installed with ` node` by ` nvm` .
48
48
` ` ` bash
49
49
npm install --global yarn
You can’t perform that action at this time.
0 commit comments