From bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 13 Nov 2013 22:43:34 +0000 Subject: docs(tutorial): minimum required node.js version is 0.10 --- docs/content/tutorial/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial/index.ngdoc') diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 59ddb898..66d0d4cc 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -66,7 +66,7 @@ directory.
The tutorial instructions, from now on, assume you are running all commands from the angular-phonecat
directory.
You will also need Node.js and Karma to run unit tests, so please verify that you have
- Node.js v0.8 or better installed
+ Node.js v0.10 or better installed
and that the node executable is on your PATH by running the following
command in a terminal window:
node --version-- cgit v1.2.3