Skip to content
Permalink
Browse files

docs(tutorial/step-7): add troubleshooting instructions

Show troubleshooting instructions as in step 11.

Closes #12715
  • Loading branch information
tyrasd authored and petebacondarwin committed Aug 31, 2015
1 parent ef03dfc commit 5df2e5ce29279532a3203702c6b799cf966082b8
Showing with 12 additions and 0 deletions.
  1. +12 −0 docs/content/tutorial/step_07.ngdoc
@@ -53,6 +53,18 @@ preconfigured npm to run bower install for us:
npm install
```

<div class="alert alert-warning">
**Warning:** If a new version of Angular has been released since you last ran `npm install`, then you may have a
problem with the `bower install` due to a conflict between the versions of angular.js that need to
be installed. If you get this then simply delete your `app/bower_components` folder before running
`npm install`.
</div>

<div class="alert alert-info">
**Note:** If you have bower installed globally then you can run `bower install` but for this project we have
preconfigured `npm install` to run bower for us.
</div>


## Multiple Views, Routing and Layout Template

0 comments on commit 5df2e5c

Please sign in to comment.
You can’t perform that action at this time.