Skip to content

Commit 02c8a15

Browse files
authored
Added cache clean instruction for updating all
dependencies to their latest versions.
1 parent b16a51b commit 02c8a15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ Most of below is a one-time procedure needed to build the application, unless ot
3838
To get dependencies, enter:
3939

4040
` npm install `
41+
42+
_*Note:* To ensure all dependencies are updated, it's recommended to do the following_
43+
44+
```
45+
npm cache clean
46+
npm install
47+
```
4148

4249
1. Build the application by entering. __This step must be run each time you update the repository (including pulling updates from GitHub).__
4350

0 commit comments

Comments
 (0)