Skip to content

Commit 5df2e5c

Browse files
tyrasdpetebacondarwin
authored andcommitted
docs(tutorial/step-7): add troubleshooting instructions
Show troubleshooting instructions as in step 11. Closes angular#12715
1 parent ef03dfc commit 5df2e5c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/content/tutorial/step_07.ngdoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ preconfigured npm to run bower install for us:
5353
npm install
5454
```
5555

56+
<div class="alert alert-warning">
57+
**Warning:** If a new version of Angular has been released since you last ran `npm install`, then you may have a
58+
problem with the `bower install` due to a conflict between the versions of angular.js that need to
59+
be installed. If you get this then simply delete your `app/bower_components` folder before running
60+
`npm install`.
61+
</div>
62+
63+
<div class="alert alert-info">
64+
**Note:** If you have bower installed globally then you can run `bower install` but for this project we have
65+
preconfigured `npm install` to run bower for us.
66+
</div>
67+
5668

5769
## Multiple Views, Routing and Layout Template
5870

0 commit comments

Comments
 (0)