From 92a9f1345292927361f2a026238d90067021070c Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 13 Mar 2019 10:52:34 +0000 Subject: [PATCH] Recommend using the latest Node LTS version --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d47ff0102..ad781ffe99 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,7 @@ for now. Development =========== -Ensure you have the latest stable Node JS runtime installed (v8.x is the best -choice). +Ensure you have the latest LTS version of Node.js installed. Using `yarn` instead of `npm` is recommended. Please see the Yarn [install guide](https://yarnpkg.com/docs/install/) if you do not have it already.