From ddd2f2da409f3ac23c2c365e6c1eba4e6ea99c2f Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 29 Sep 2016 09:16:40 -0400 Subject: [PATCH] docs: require at least NodeJS v6 to build Etcher (#727) Some of the packaging modules that we use don't work on previous NodeJS versions. Fixes: https://github.com/resin-io/etcher/issues/725 Signed-off-by: Juan Cruz Viotti --- docs/RUNNING-LOCALLY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RUNNING-LOCALLY.md b/docs/RUNNING-LOCALLY.md index f330f1ca..63d765c8 100644 --- a/docs/RUNNING-LOCALLY.md +++ b/docs/RUNNING-LOCALLY.md @@ -9,7 +9,7 @@ Prerequisites ### Common -- [NodeJS](https://nodejs.org) +- [NodeJS](https://nodejs.org) (at least v6) - [Bower](http://bower.io) - [UPX](http://upx.sourceforge.net) - [Python](https://www.python.org)