Skip to content

Commit

Permalink
[doc] Updated the Node.js prerequisites.
Browse files Browse the repository at this point in the history
Node.js 12.x is not yet supported.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
  • Loading branch information
Akos Kitta authored and kittaakos committed Jul 5, 2019
1 parent 20251ea commit d89dccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ For Windows instructions [click here](#building-on-windows).

## Prerequisites

- Node.js `>= 10.2.0`.
- Node.js `>= 10.2.0` **AND** `< 12.x`.
- Preferably, **use** version `10.15.3`, it has the [active LTS](https://github.com/nodejs/Release).
- Node.js `11.x` is untested.
- Node.js `12.x` is [unsupported](https://github.com/theia-ide/theia/issues/5117).
- [Yarn package manager](https://yarnpkg.com/en/docs/install) v1.7.0
- git (If you would like to use the Git-extension too, you will need to have git version 2.11.0 or higher.)

Expand Down

0 comments on commit d89dccf

Please sign in to comment.