From 0ddb6b1204aed8c5e9701a076222520e7eeebb4f Mon Sep 17 00:00:00 2001 From: bladefistx2 Date: Thu, 29 Oct 2015 14:12:23 +0200 Subject: [PATCH] docs(tutorial/Tutorial): add to PATH in Windows user may need to add the directory to the PATH variable. --- docs/content/tutorial/index.ngdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 22139e5c1c35..dbc73235e977 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -105,6 +105,9 @@ Check the version of Node.js that you have installed by running the following co node --version ``` +If this did not work, and you are using Windows, make sure to add the directory in which you +installed Node.js in the PATH system environment variable. + In Debian based distributions, there is a name clash with another utility called `node`. The suggested solution is to also install the `nodejs-legacy` apt package, which renames `node` to `nodejs`.