From 68dbcf1f508ad22dea9c995ee96a0e4225378247 Mon Sep 17 00:00:00 2001 From: Daniel Fridkin Date: Fri, 29 May 2020 10:34:16 -0400 Subject: [PATCH] Update quickstart.md Libuv works on the listed versions of node. - [13.9.0](/~https://github.com/nodejs/node/pull/31837#issue-376315365) [(commit)](/~https://github.com/nodejs/node/commit/464f4afa66) - [12.16.2](/~https://github.com/nodejs/node/pull/32313#issue-389596199) [(commit)](/~https://github.com/nodejs/node/commit/604ce0aa5a) --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 5233f59..890018c 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -3,8 +3,8 @@ ## Note on Macs Due to a bug in [libuv#2593](/~https://github.com/libuv/libuv/pull/2593) which Node.js uses ([reported in node#31328](/~https://github.com/nodejs/node/issues/31328)) Proton Native -does not work on Macs with Node versions >12.13.1 and >13.0.1. Until this is fixed, -it is recommended to use a Node version less than these (which can be easily +does not work on Macs with Node versions between 12.13.1-12.16.2 and 13.0.1-13.9.0. Until this is fixed, +it is recommended to use a Node version >= 12.16.2 or >= 13.9.0 (which can be easily installed with `nvm`). ## Prerequisites