Skip to content

Commit a818491

Browse files
authored
docs(contributing): replace npm install with yarn
Related to vuejs#9831
1 parent 94c0918 commit a818491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
3535

3636
## Development Setup
3737

38-
You will need [Node.js](http://nodejs.org) **version 6+** and [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (for running Selenium server during e2e tests).
38+
You will need [Node.js](http://nodejs.org) **version 8+** and [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (for running Selenium server during e2e tests).
3939

4040
After cloning the repo, run:
4141

4242
``` bash
43-
$ npm install # or yarn
43+
$ yarn # it install the dependencies of the project
4444
```
4545

4646
### Committing Changes

0 commit comments

Comments
 (0)