Skip to content

Commit 80e81b0

Browse files
authored
Update README.md
1 parent e9669af commit 80e81b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Once you've downloaded the MTV repository and installed all the prerequisites, y
3737
```bash
3838
$ npm install
3939
```
40+
To avoid version conflicts and dependency issues, we have locked the versions of all packages and their dependencies in `package-lock.json`. The execution of the `npm install` command will, by default, install all packages using exactly the same versions specified in the `package-lock.json`.
4041

4142
### Running Your Application
4243

0 commit comments

Comments
 (0)