From 9bdb77a5737a84a33bed173497308e728817f634 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Wed, 30 Jun 2021 22:16:56 +0200 Subject: [PATCH] Add node version to requirements in README.md (#117) * Add node version to requirements in README.md * Update README.md Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64cb3d23..239c7db0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ We provide detailed documentation and examples for using the Directory Connector **Requirements** -- [Node.js](https://nodejs.org/) +- [Node.js](https://nodejs.org) v14 - Windows users: To compile the native node modules used in the app you will need the Visual C++ toolset, available through the standard Visual Studio installer (recommended) or by installing [`windows-build-tools`](https://github.com/felixrieseberg/windows-build-tools) through `npm`. See more at [Compiling native Addon modules](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules). **Run the app**