Permalink
Browse files
docs(tutorial/step-7): add troubleshooting instructions
Show troubleshooting instructions as in step 11.
Closes #12715
- Loading branch information
Showing
with
12 additions
and
0 deletions.
-
+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 |
|
|
|
|
|
|