Skip to content

Commit acb6163

Browse files
authored
Merge pull request #56 from chunt007/patch-7
Update README.md
2 parents 4fa39ac + 8eb4883 commit acb6163

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ To run all tests:
2222
npm test
2323
```
2424

25+
If you are a first time developer/user on Windows 10, the repository may give package issues regarding webpack or jest.
26+
If this is the case, simply run "npm audit fix" and upgrade the repository. It should work fine.
27+
2528
#### Unit tests
2629

2730
Unit tests use `jest` and are placed next to the tested file as `*.spec.ts` files.

0 commit comments

Comments
 (0)