From f2453eabb35b05fc3ba83b49b2e236e3c4c092fb Mon Sep 17 00:00:00 2001 From: Stéphane Reynaud Date: Fri, 15 Nov 2013 11:36:36 +0100 Subject: docs(tutorial): minimum node.js version is 0.10 (Windows too) The doc has been modified by the following commit: bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3 But the change was not made ​​for the part of Windows. Closes #4967 --- docs/content/tutorial/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial') diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 66d0d4cc..af9bce28 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -85,7 +85,7 @@ to run scripts/web-server.js, a simple bundled http server.

  1. You will 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