From 20ef534a444df6639317f2ae20f37b4b8054dd8c Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Sun, 25 Mar 2018 13:57:29 -0400 Subject: [PATCH] docs: update node.js requirement --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc0476f28..1c18f9d4b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ development and testing purposes. This will download and install the LBRY app and its dependencies, including [the LBRY daemon](https://github.com/lbryio/lbry) and command line utilities like `node` and `yarn`. -The LBRY app requires Node >= 6; if you have an earlier version of Node installed and want to keep +The LBRY app requires Node >= 7; if you have an earlier version of Node installed and want to keep it, you can use [nvm](https://github.com/creationix/nvm) to switch back and forth. #### Arch Linux and Other Non-Debian Distributions diff --git a/package.json b/package.json index 2a6f4a7a2..d62455fd9 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "yarnhook": "^0.1.1" }, "engines": { - "node": ">=6", + "node": ">=7", "yarn": "^1.3" }, "lbrySettings": {