This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,15 @@ and install this dependency. We can do this by running:
49
49
npm install
50
50
```
51
51
52
+ <div class="alert alert-warning">
53
+ **Warning:** If a new version of Angular has been released since you last ran `npm install`, then you may have a
54
+ problem with the `bower install` due to a conflict between the versions of angular.js that need to
55
+ be installed. If you get this then simply delete your `app/bower_components` folder before running
56
+ `npm install`.
57
+ </div>
58
+
52
59
<div class="alert alert-info">
53
- If you have bower installed globally then you can run `bower install` but for this project we have
60
+ **Note:** If you have bower installed globally then you can run `bower install` but for this project we have
54
61
preconfigured `npm install` to run bower for us.
55
62
</div>
56
63
Original file line number Diff line number Diff line change @@ -59,8 +59,15 @@ We must ask bower to download and install this dependency. We can do this by run
59
59
npm install
60
60
```
61
61
62
+ <div class="alert alert-warning">
63
+ **Warning:** If a new version of Angular has been released since you last ran `npm install`, then you may have a
64
+ problem with the `bower install` due to a conflict between the versions of angular.js that need to
65
+ be installed. If you get this then simply delete your `app/bower_components` folder before running
66
+ `npm install`.
67
+ </div>
68
+
62
69
<div class="alert alert-info">
63
- If you have bower installed globally then you can run `bower install` but for this project we have
70
+ **Note:** If you have bower installed globally then you can run `bower install` but for this project we have
64
71
preconfigured `npm install` to run bower for us.
65
72
</div>
66
73
You can’t perform that action at this time.
0 commit comments