Skip to content

Commit ec2dcbc

Browse files
author
Noel Kim (김민혁)
authored
Update Prerequisites nodejs version (#4538)
* Update Prerequisites nodejs version * Update how-to-contribute.md
1 parent 2666c95 commit ec2dcbc

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
@@ -103,7 +103,7 @@ In order to accept your pull request, we need you to submit a CLA. You only need
103103

104104
### Contribution Prerequisites {#contribution-prerequisites}
105105

106-
* You have [Node](https://nodejs.org) installed at v8.0.0+ and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
106+
* You have [Node](https://nodejs.org) installed at LTS and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
107107
* You have [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.
108108
* 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.
109109
* You are familiar with Git.

0 commit comments

Comments
 (0)