File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,18 @@ preconfigured npm to run bower install for us:
5353npm 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
You can’t perform that action at this time.
0 commit comments