From 0499f59e710f8338779f7a29fec277a7b31da98f Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 29 Dec 2023 10:01:56 +0000 Subject: [PATCH] Docs: add minimum dep versions to build from source --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index c44465e83..14f3f5eeb 100644 --- a/docs/install.md +++ b/docs/install.md @@ -109,8 +109,8 @@ This module will be compiled from source at `npm install` time when: Building from source requires: * C++11 compiler -* [node-addon-api](https://www.npmjs.com/package/node-addon-api) -* [node-gyp](https://github.com/nodejs/node-gyp#installation) and its dependencies +* [node-addon-api](https://www.npmjs.com/package/node-addon-api) version 7+ +* [node-gyp](https://github.com/nodejs/node-gyp#installation) version 9+ and its dependencies There is an install-time check for these dependencies. If `node-addon-api` or `node-gyp` cannot be found, try adding them via: