From 28ce0478bd5c3aaf73d8108540d267b4dfc67985 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Thu, 4 Jul 2019 15:58:33 +0200 Subject: [PATCH] [doc] Updated the Node.js prerequisites. Node.js 12.x is not yet supported. Signed-off-by: Akos Kitta --- doc/Developing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Developing.md b/doc/Developing.md index 8af4d8ca9ef7d..69e534e095e3d 100644 --- a/doc/Developing.md +++ b/doc/Developing.md @@ -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.)