From 1bae15ede9f60225ccf4416b36606cb1a9f88df0 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 13 Mar 2019 10:50:58 +0000 Subject: [PATCH] Recommend using the latest Node LTS version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d02a9740a..5634695d1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Please check [the working browser example](examples/browser) for more informatio In Node.js ---------- +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. ``yarn add matrix-js-sdk``