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

Commit

Permalink
docs(tutorial/Tutorial): clarify what npm install does
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dlink authored and Narretz committed Jun 9, 2015
1 parent 998340d commit ffac747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/tutorial/index.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffac747

Please sign in to comment.