From 6d53aa93f4207bfcf8b0f5b9e1daeb9b8f58da03 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Wed, 30 Aug 2023 14:24:18 -0400 Subject: [PATCH] Mention Node 18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d39644f3..fc03f29a5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ We provide detailed documentation and examples for using the Directory Connector **Requirements** -- [Node.js](https://nodejs.org) v16.13.1 (LTS) +- [Node.js](https://nodejs.org) v18 (LTS) - 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**