File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ the [Java Development Kit (JDK)][jdk] to be installed on your local machine. Che
190
190
If JDK is not already installed, you can download it [ here] [ jdk-download ] .
191
191
192
192
193
- ## Updating AngularJS
193
+ ## Updating AngularJS and other dependencies
194
194
195
195
Since the AngularJS framework library code and tools are acquired through package managers (e.g.
196
196
npm) you can use these tools to easily update the dependencies. Simply run the preconfigured script:
@@ -202,6 +202,9 @@ npm run update-deps
202
202
This will call ` npm update ` and ` npm run copy-libs ` , which in turn will find and install the latest
203
203
versions that match the version ranges specified in the ` package.json ` file.
204
204
205
+ If you want to update a dependency to a version newer than what the specificed range would permit,
206
+ you can change the version range in ` package.json ` and then run ` npm run update-deps ` as usual.
207
+
205
208
206
209
## Loading AngularJS Asynchronously
207
210
You can’t perform that action at this time.
0 commit comments