From 2f84f9378408d74c53dba1df6ce97267074c1d70 Mon Sep 17 00:00:00 2001 From: Daniel McNally Date: Sun, 11 Feb 2018 12:55:13 -0500 Subject: [PATCH] Updating min node version Updating the minimum node.js version to match the minimum version specified in package.json. --- docs/Beginner's-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Beginner's-Guide.md b/docs/Beginner's-Guide.md index 90d19735..c74712b6 100644 --- a/docs/Beginner's-Guide.md +++ b/docs/Beginner's-Guide.md @@ -5,7 +5,7 @@ Bcoin is an _alternative_ implementation of the bitcoin protocol, written in nod ## Requirements - Linux, OSX, or Windows (\*) (\*\*) -- node.js >=v5.0.0 +- node.js >=v7.6.0 - npm >=v4.0.0 - python2 (for node-gyp) - gcc/g++ (for leveldb and secp256k1)