From ffac747e84e4ef6d9645aeaafb290526a7330e18 Mon Sep 17 00:00:00 2001 From: David Link Date: Sat, 6 Jun 2015 13:28:22 -0400 Subject: [PATCH] docs(tutorial/Tutorial): clarify what npm install does If the reader does not cd into angular-phonecat subdirectory, npm install will not work. This comment helps newbies understand npm install is dependent on a custom project.json file. Closes #12040 --- docs/content/tutorial/index.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 010b9a8911f6..1ea3e6114072 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -129,7 +129,8 @@ Once you have Node.js installed on your machine you can download the tool depend npm install ``` -This command will download the following tools, into the `node_modules` directory: +This command reads angular-phonecat's `package.json` file and downloads the following tools +into the `node_modules` directory: - [Bower][bower] - client-side code package manager - [Http-Server][http-server] - simple local static web server