From b5d2a2a8135bf6c31a3faebfb422d28c177da9da Mon Sep 17 00:00:00 2001 From: Dken Date: Mon, 26 May 2014 21:35:09 +0800 Subject: [PATCH] docs(tutorial/index): update requisite version of node Not all 0.10.x support `^` in versions in `package.json` --- docs/content/tutorial/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 423bba13..fd3e7a2d 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -95,7 +95,7 @@ The tutorial instructions, from now on, assume you are running all commands from ### Install Node.js If you want to run the preconfigured local web-server and the test tools then you will also need -[Node.js v0.10+][node]. +[Node.js v0.10.27+][node]. You can download a Node.js installer for your operating system from http://nodejs.org/download/.