From 74c852b1608cb817a5328322be22dc71d4f9f196 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 5 Oct 2015 11:37:20 -0700 Subject: [PATCH] docs(developer.md): update node version in setup instructions Closes #4527 --- DEVELOPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index f6acb6c24a..42601892ca 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -36,9 +36,9 @@ following products on your development machine: [Windows](http://windows.github.com)); [GitHub's Guide to Installing Git](https://help.github.com/articles/set-up-git) is a good source of information. -* [Node.js](http://nodejs.org), (version `>=0.12.0 <0.13.0`) which is used to run a development web server, +* [Node.js](http://nodejs.org), (version `>=4.1.1 <5`) which is used to run a development web server, run tests, and generate distributable files. We also use Node's Package Manager, `npm` - (version `>=2.0 <3.0`), which comes with Node. Depending on your system, you can install Node either from + (version `>=2.14.5 <3.0`), which comes with Node. Depending on your system, you can install Node either from source or as a pre-packaged bundle. * [Chrome Canary](https://www.google.com/chrome/browser/canary.html), a version of Chrome with