Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 0fe8d8d

Browse files
committed
[build] Explicitly state required node version
1 parent bcad3b6 commit 0fe8d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ targets.
2828
- g++-5 or later
2929
- [CMake](https://cmake.org/) 3.1 or later (for build only)
3030
- [cURL](https://curl.haxx.se) (for build only)
31-
- [Node.js](https://nodejs.org/) (for build only)
31+
- [Node.js](https://nodejs.org/) 4.2.1 or later (for build only)
3232
- [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only)
3333

3434
Depending on your operating system and target, you'll need additional

0 commit comments

Comments
 (0)