Skip to content

Commit

Permalink
Docs: add minimum dep versions to build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Dec 29, 2023
1 parent 1fa59bf commit 0499f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Expand Up @@ -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:
Expand Down

0 comments on commit 0499f59

Please sign in to comment.