Skip to content

Commit c899c61

Browse files
authored
Merge pull request reactjs#270 from reactjs/gaearon-patch-4
Require Node 8+ for contributing
2 parents 0ee830a + ea124c7 commit c899c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/how-to-contribute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In order to accept your pull request, we need you to submit a CLA. You only need
9595

9696
### Contribution Prerequisites
9797

98-
* You have [Node](https://nodejs.org) installed at v6.0.0+ and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
98+
* You have [Node](https://nodejs.org) installed at v8.0.0+ and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
9999
* You have `gcc` installed or are comfortable installing a compiler if needed. Some of our dependencies may require a compilation step. On OS X, the Xcode Command Line Tools will cover this. On Ubuntu, `apt-get install build-essential` will install the required packages. Similar commands should work on other Linux distros. Windows will require some additional steps, see the [`node-gyp` installation instructions](https://github.com/nodejs/node-gyp#installation) for details.
100100
* You are familiar with Git.
101101

0 commit comments

Comments
 (0)