Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ffac747

Browse files
dlinkNarretz
authored andcommitted
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
1 parent 998340d commit ffac747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/tutorial/index.ngdoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ Once you have Node.js installed on your machine you can download the tool depend
129129
npm install
130130
```
131131

132-
This command will download the following tools, into the `node_modules` directory:
132+
This command reads angular-phonecat's `package.json` file and downloads the following tools
133+
into the `node_modules` directory:
133134

134135
- [Bower][bower] - client-side code package manager
135136
- [Http-Server][http-server] - simple local static web server

0 commit comments

Comments
 (0)