Docs: add minimum dep versions to build from source

This commit is contained in:
Lovell Fuller 2023-12-29 10:01:56 +00:00
parent 1fa59bf9b3
commit 0499f59e71

View File

@ -109,8 +109,8 @@ This module will be compiled from source at `npm install` time when:
Building from source requires: Building from source requires:
* C++11 compiler * C++11 compiler
* [node-addon-api](https://www.npmjs.com/package/node-addon-api) * [node-addon-api](https://www.npmjs.com/package/node-addon-api) version 7+
* [node-gyp](https://github.com/nodejs/node-gyp#installation) and its dependencies * [node-gyp](https://github.com/nodejs/node-gyp#installation) version 9+ and its dependencies
There is an install-time check for these dependencies. There is an install-time check for these dependencies.
If `node-addon-api` or `node-gyp` cannot be found, try adding them via: If `node-addon-api` or `node-gyp` cannot be found, try adding them via: